Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg authored Mar 19, 2024
1 parent 175c715 commit bdb3f34
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ nest = "bsb_nest"

[project.optional-dependencies]
parallel = ["bsb-core[parallel]"]
test = ["bsb-test>=0.0.0b9,<=0.0.0b9999", "coverage~=7.0", "bsb-hdf5>=1.0.0b0", "bsb-arbor==0.0.0b1"]
test = [
"bsb-test>=0.0.0b9,<=0.0.0b9999",
"coverage~=7.0",
"bsb-hdf5>=1.0.0b0",
# Required to load the Brunel config file
"bsb-arbor==0.0.0b1"
]
dev = [
"pre-commit~=3.5",
"black~=24.1.1",
Expand All @@ -29,4 +35,4 @@ dev = [

[tool.isort]
profile = "black"
known_third_party = ["nest"]
known_third_party = ["nest"]

0 comments on commit bdb3f34

Please sign in to comment.