Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 22, 2024
1 parent 6aea298 commit f3fe013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
packages=find_namespace_packages(exclude=["tests"]),
install_requires=[
"bioimageio.spec==0.5.1.*",
"dotenv",
"imageio>=2.5",
"loguru",
"numpy",
"pydantic-settings",
"pydantic",
"python-dotenv",
"ruyaml",
"tqdm",
"typer",
Expand Down

0 comments on commit f3fe013

Please sign in to comment.