Skip to content
Snippets Groups Projects
Commit 61e8e23c authored by David Schäfer's avatar David Schäfer
Browse files

restrict numpy version

parent 9a6e90cd
No related branches found
No related tags found
1 merge request!602Version bumps
Pipeline #143598 failed with stages
in 3 minutes and 50 seconds
...@@ -34,7 +34,7 @@ setup( ...@@ -34,7 +34,7 @@ setup(
"dtw", "dtw",
"matplotlib>=3.4", "matplotlib>=3.4",
"numba", "numba",
"numpy", "numpy<1.24",
"outlier-utils", "outlier-utils",
"pyarrow", "pyarrow",
"pandas>=1.2,<1.5", "pandas>=1.2,<1.5",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment