Skip to content

Commit 9af86ea

Browse files
ssssarahMouffok Sarahcrisely09
authored
Upper bound on pandas version (#111)
* upper bound on pandas version * remove branch master from forge --------- Co-authored-by: Mouffok Sarah <[email protected]> Co-authored-by: Cristina E. González-Espinoza <[email protected]>
1 parent bca6eec commit 9af86ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=1.20.1
2-
pandas>=1.3.0
2+
pandas>=1.3.0,<2.0
33
scikit-learn>=0.20
44
scipy>=1.4.1
55
matplotlib>=3.4.2

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
],
4545
install_requires=[
4646
"numpy>=1.20.1",
47-
"pandas>=1.3.0",
47+
"pandas>=1.3.0,<2.0",
4848
"scikit-learn>=1.0.2",
4949
"scipy",
5050
"matplotlib",
5151
"nltk",
52-
"nexusforge@git+https://github.com/BlueBrain/nexus-forge@master",
52+
"nexusforge@git+https://github.com/BlueBrain/nexus-forge",
5353
"nexus-sdk",
5454
"networkx==2.6.3", # needed to fix networkx, because the new versions are not
5555
# consistent with the requirements of graph-tools on scipy

0 commit comments

Comments
 (0)