Skip to content

Commit a80ca3b

Browse files
authored
Update pandas to stable version and numpy accordingly (#1633)
1 parent 1131d9b commit a80ca3b

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
@@ -9,11 +9,11 @@
99
#### ESSENTIAL LIBRARIES
1010

1111
# General scientific computing
12-
numpy>=1.16.0,<1.20.0
12+
numpy>=1.16.5,<1.20.0
1313
scipy>=1.2.0,<2.0.0
1414

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

1919
# Internal models

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
include_package_data=True,
3737
install_requires=[
3838
"munkres>=1.0.6",
39-
"numpy>=1.16.0,<1.20.0",
39+
"numpy>=1.16.5,<1.20.0",
4040
"scipy>=1.2.0,<2.0.0",
41-
"pandas>=0.25.0,<2.0.0",
41+
"pandas>=1.0.0,<2.0.0",
4242
"tqdm>=4.33.0,<5.0.0",
4343
"scikit-learn>=0.20.2,<0.25.0",
4444
"torch>=1.2.0,<2.0.0",

0 commit comments

Comments
 (0)