Skip to content

Commit 37bced8

Browse files
authored
Merge pull request #7203 from ales-erjavec/raise-min-pandas-dep
[FIX] requirements-core.txt: Raise minimum pandas version to 2.0.*
2 parents cd252e3 + 756a44f commit 37bced8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ numpy>=1.21.0
1212
openpyxl>=3.1.3
1313
openTSNE>=0.6.2,!=0.7.0 # 0.7.0 segfaults
1414
packaging
15-
pandas>=1.4.0,!=1.5.0,!=2.0.0
15+
pandas>=2.0.1
1616
python-louvain>=0.13
1717
pyyaml
1818
requests

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ deps =
5454
oldest: numpy==1.23.2
5555
oldest: openpyxl==3.1.3
5656
oldest: openTSNE==1.0.0
57-
oldest: pandas==1.5.1
57+
oldest: pandas==2.0.1
5858
oldest: python-louvain==0.13
5959
# oldest: pyyaml
6060
# oldest: requests

0 commit comments

Comments
 (0)