Skip to content

Commit

Permalink
use fixed arborize version that works without installing arbor
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Feb 13, 2024
1 parent b9e2f38 commit fd8c04a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test BSB JSON
name: Test BSB NEURON adapter

on: [push, pull_request]

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dynamic = ["version", "description"]
dependencies = [
"bsb-core>=4.0.0b0,<=4.0.0b9999",
"nrn-patch>=4.0.0b3,<=4.0.0b9999",
"arborize[neuron]>=4.0.0b3,<=4.0.0b9999"
"arborize[neuron]>=4.0.0b4,<=4.0.0b9999"
]

[project.entry-points."bsb.simulation_backends"]
Expand All @@ -23,7 +23,7 @@ parallel = ["bsb-core[parallel]"]
test = ["bsb-test>=0.0.0b0,<=0.0.0b9999", "coverage~=7.0", "bsb-hdf5>=1.0.0b0"]
dev = [
"pre-commit~=3.5",
"black~=23.11",
"black~=24.1.1",
"isort~=5.12",
"bump2version~=1.0"
]
Expand Down

0 comments on commit fd8c04a

Please sign in to comment.