Skip to content

Commit

Permalink
Merge pull request #596 from bioimage-io/tighten_pins
Browse files Browse the repository at this point in the history
tighten some pins
  • Loading branch information
FynnBe authored May 15, 2024
2 parents 695e455 + e980676 commit 3a8787e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
],
packages=find_namespace_packages(exclude=["tests"]), # Required
install_requires=[
"annotated-types>=0.5.0",
"annotated-types>=0.5.0,<1",
"email_validator",
"imageio",
"loguru",
"numpy>=1.21",
"packaging>=17.0",
"pooch",
"pooch>=1.5,<2",
"pydantic-settings",
"pydantic>=2.6.3",
"pydantic>=2.6.3,<3",
"python-dateutil",
"python-dotenv",
"requests",
Expand Down

0 comments on commit 3a8787e

Please sign in to comment.