Skip to content

Commit 232247c

Browse files
authored
Upgrade pandas to <2.0.0 (#1603)
1 parent 5ed7140 commit 232247c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ numpy>=1.16.0,<2.0.0
1313
scipy>=1.2.0,<2.0.0
1414

1515
# Data storage and function application
16-
pandas>=0.25.0,<1.1.0
16+
pandas>=0.25.0,<2.0.0
1717
tqdm>=4.33.0,<5.0.0
1818

1919
# Internal models

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"munkres>=1.0.6",
3939
"numpy>=1.16.0,<2.0.0",
4040
"scipy>=1.2.0,<2.0.0",
41-
"pandas>=0.25.0,<1.1.0",
41+
"pandas>=0.25.0,<2.0.0",
4242
"tqdm>=4.33.0,<5.0.0",
4343
"scikit-learn>=0.20.2,<0.22.0",
4444
"torch>=1.2.0,<2.0.0",

0 commit comments

Comments
 (0)