Skip to content

Commit dab0f51

Browse files
authored
Pin numpy<2 (#107)
1 parent 0b12b48 commit dab0f51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy
1+
numpy<2
22
pandas==2.*
33
scipy
44
python-dateutil

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy
1+
numpy<2
22
pandas==2.*
33
python-dateutil
44
requests

0 commit comments

Comments
 (0)