Skip to content

Commit 7326dfd

Browse files
authored
Pin pandas to 1.* (#95)
* Update requirements-dev.txt * Update requirements.txt
1 parent 7416a72 commit 7326dfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy
2-
pandas
2+
pandas==1.*
33
scipy
44
python-dateutil
55
requests
@@ -13,4 +13,4 @@ ipython
1313
ipykernel
1414
nbsphinx
1515
nbsphinx_link
16-
matplotlib
16+
matplotlib

requirements.txt

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

0 commit comments

Comments
 (0)