Skip to content

Commit

Permalink
Merge pull request #133 from fmi-faim/issue-132
Browse files Browse the repository at this point in the history
Remove pins from dependencies
  • Loading branch information
imagejan authored May 8, 2024
2 parents ad3f6c9 + 6365e8f commit 6cb00c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"pydantic==1.10.13",
"pydantic",
"distributed",
"numpy",
"matplotlib",
"scikit-image>=0.20.0",
"scikit-image",
"pandas",
"ome-zarr",
"tqdm",
Expand Down

0 comments on commit 6cb00c8

Please sign in to comment.