Skip to content

Commit

Permalink
Revert "pin dependencies to latest releases"
Browse files Browse the repository at this point in the history
This reverts commit 098a8a5.

This change should not have been pushed to `main` directly!
  • Loading branch information
alessandrofelder committed May 15, 2024
1 parent 098a8a5 commit 04dccad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ classifiers = [
]

dependencies = [
"brainglobe-atlasapi>=2.0.6,<3",
"brainglobe-atlasapi>=2.0.1,<3",
"brainglobe-heatmap>=0.5.2,<1",
"brainglobe-napari-io>=0.3.4,<1",
"brainglobe-segmentation>=1.2.3,<2",
"brainglobe-space>=1.0.2,<2",
"brainglobe-utils>=0.5.0,<1",
"brainreg[napari]>=1.0.9,<2",
"brainglobe-space>=1.0.0,<2",
"brainglobe-utils>=0.4.2,<1",
"brainreg[napari]>=1.0.7,<2",
"brainrender-napari>=0.0.3,<1",
"brainrender>=2.1.9,<3",
"cellfinder[napari]>=1.2.0,<2",
"brainrender>=2.1.6,<3",
"cellfinder[napari]>=1.1.1,<2",
"napari[all]",
# brainglobe-napari [WIP],
]
Expand Down

0 comments on commit 04dccad

Please sign in to comment.