Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Oct 9, 2024
1 parent 6910edb commit 79e7e22
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 @@ -101,7 +101,7 @@ def build_extension(self, ext):
package_dir={"": "src/python"},
ext_modules=[CMakeExtension("argolid/libargolid")],
test_suite="tests",
install_requires=["pydantic"],
install_requires=["pydantic", "filepattern", "tensorstore", "bfio"],
zip_safe=False,
python_requires=">=3.8",
)

0 comments on commit 79e7e22

Please sign in to comment.