Skip to content

Commit 53ccee5

Browse files
author
kx79wq
committed
FIX: keep nunpy and pandas below v2 for now
1 parent 8dff51e commit 53ccee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ jupyter_client>=5.2.3
44
ipykernel>=5.1.3
55
pre-commit>=2.9.0
66
matplotlib
7-
pandas
7+
pandas<2.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy>=1.18.0
1+
numpy<2.0.0
22
tqdm
33
joblib>=0.14.0

0 commit comments

Comments
 (0)