Skip to content

Commit 871dcae

Browse files
author
Hiromu Hota
committed
Confirm pandas==0.25.0 is not compatible with tqdm<4.33.0
1 parent 77e36c6 commit 871dcae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ 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.24.0,<0.25.0
17-
tqdm>=4.29.0,<5.0.0
16+
pandas>=0.25.0,<0.26.0
17+
tqdm>=4.29.0,<4.33.0
1818

1919
# Internal models
2020
scikit-learn>=0.20.2,<0.22.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
install_requires=[
3838
"numpy>=1.16.0,<2.0.0",
3939
"scipy>=1.2.0,<2.0.0",
40-
"pandas>=0.24.0,<0.25.0",
41-
"tqdm>=4.29.0,<5.0.0",
40+
"pandas>=0.25.0,<0.26.0",
41+
"tqdm>=4.29.0,<4.33.0",
4242
"scikit-learn>=0.20.2,<0.22.0",
4343
"torch>=1.1.0,<1.2.0",
4444
"networkx>=2.2,<3.0",

0 commit comments

Comments
 (0)