Skip to content

Commit

Permalink
Update dependencies in line with #143 (#144)
Browse files Browse the repository at this point in the history
* Update dependencies in line with #143

* Revert "Update dependencies in line with #143"

This reverts commit a1aacb1.

* First, add missing explicit dependencies

* Remove napari plugin engine, not required

* Remove dask

* Depend on pandas[hdf5] to fetch tables

* Remove npe2, since we can run without it
  • Loading branch information
willGraham01 committed Nov 7, 2023
1 parent cd03f55 commit ed16aba
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"brainglobe-napari-io >= 0.3.0",
"dask >= 2.15.0",
"bg-atlasapi",
"brainglobe-napari-io >=0.3.0",
"brainglobe-utils >=0.2.7",
"imio",
"brainglobe-utils >= 0.2.7",
"napari-plugin-engine >= 0.1.4",
"napari>=0.4.5",
"napari >=0.4.5",
"numpy",
"pandas",
"pandas[hdf5]",
"qtpy",
"scikit-image",
"tables",
"scipy",
"tifffile",
]
license = { text = "BSD-3-Clause" }
dynamic = ["version"]
Expand Down

0 comments on commit ed16aba

Please sign in to comment.