Skip to content

Commit

Permalink
fix: revert unnecessary bsb version bumping.
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Aug 14, 2024
1 parent 827fada commit 9465c80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ classifiers = ["License :: OSI Approved :: GNU General Public License v3 or late
dynamic = ["version", "description"]
dependencies = [
"numpy~=1.21",
"bsb-core~=4.4",
"bsb-core~=4.0",
"arbor~=0.10",
"arborize[arbor]~=4.1"
"arborize[arbor]~=4.0"
]

[project.entry-points."bsb.simulation_backends"]
Expand All @@ -27,7 +27,7 @@ parallel = ["bsb-core[parallel]"]
test = [
"bsb-core[parallel]",
"bsb-hdf5~=4.0",
"bsb-test~=4.2",
"bsb-test~=4.0",
"coverage~=7.0"
]
dev = [
Expand Down

0 comments on commit 9465c80

Please sign in to comment.