Skip to content

Commit

Permalink
chore: pin numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Oct 28, 2024
1 parent 0ea7dfc commit 954a8f0
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 @@ -19,7 +19,7 @@
packages=setuptools.find_packages(),
license="MIT",
install_requires=[
"numpy>=1.24,<2.0",
"numpy==1.23.5",
"imgaug",
"scikit-image",
"epam.indigo",
Expand Down

0 comments on commit 954a8f0

Please sign in to comment.