Skip to content

Commit

Permalink
fix compatible release version specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Nov 13, 2023
1 parent 02d6b70 commit d08b259
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,28 @@ profiling = "bsb._options:profiling"

[project.optional-dependencies]
parallel = [
"mpi4py~=3.0.0",
"zwembad~=1.2.2",
"mpilock~=1.1.0"
"mpi4py~=3.0",
"zwembad~=1.2",
"mpilock~=1.1"
]
test = [
"coverage~=7.3.0",
"coverage~=7.3",
"bsb-hdf5==1.0.0b1",
"bsb-test==0.0.0b0",
"bsb-json==0.0.0b0"
]
docs = [
"sphinx~=7.0.0",
"furo~=2023.9.10",
"sphinx~=7.0",
"furo~=2023.9",
"sphinxemoji~=0.2.0",
"sphinx_design~=0.5.0",
"sphinx-copybutton~=0.5.0",
"sphinxext-bsb~=0.2.1"
]
dev = [
"pre-commit~=3.5.0",
"black~=23.11.0",
"snakeviz~=2.1.0"
"pre-commit~=3.5",
"black~=23.11",
"snakeviz~=2.1"
]

[tool.black]
Expand Down

0 comments on commit d08b259

Please sign in to comment.