We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd252e3 + 756a44f commit 37bced8Copy full SHA for 37bced8
requirements-core.txt
@@ -12,7 +12,7 @@ numpy>=1.21.0
12
openpyxl>=3.1.3
13
openTSNE>=0.6.2,!=0.7.0 # 0.7.0 segfaults
14
packaging
15
-pandas>=1.4.0,!=1.5.0,!=2.0.0
+pandas>=2.0.1
16
python-louvain>=0.13
17
pyyaml
18
requests
tox.ini
@@ -54,7 +54,7 @@ deps =
54
oldest: numpy==1.23.2
55
oldest: openpyxl==3.1.3
56
oldest: openTSNE==1.0.0
57
- oldest: pandas==1.5.1
+ oldest: pandas==2.0.1
58
oldest: python-louvain==0.13
59
# oldest: pyyaml
60
# oldest: requests
0 commit comments