Skip to content

Commit

Permalink
limited numpy version to <2 until support is added to dependencies (h…
Browse files Browse the repository at this point in the history
…dbscan, scikit-learn-extra). added pandas[performance,parquet] to requirements.txt
  • Loading branch information
GuyTeichman committed Jun 30, 2024
1 parent 2571a7d commit fd2e5c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.24.0
numpy>=1.24.0,<2
matplotlib>=3.9.0
seaborn>=0.13.2
statsmodels>=0.14.0
Expand Down Expand Up @@ -28,3 +28,4 @@ mslex>=1.1.0
nest-asyncio>=1.6.0
fastcluster>=1.2.6
polars[async,numpy,pyarrow,matplotlib,pandas]>=0.20.31
pandas[performance,parquet]

0 comments on commit fd2e5c3

Please sign in to comment.