Skip to content

Commit 973ddfe

Browse files
committed
Relax pinned pandas version for testing lowest versions (any 1.x allowed)
1 parent 2b23b4d commit 973ddfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-relaxed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# this is a relaxed version of requirements.txt where newer versions are allowed
2-
pandas>=1.0.0
2+
pandas>=1.0
33
scipy>=1.4
44
numpy>=1.18.0
55
scikit-learn>=0.22.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sensAI main requirements
22
# These are the pinned lowest versions we test; setup.py relaxes them, changing them to lower bounds
3-
pandas~=1.0.0
3+
pandas~=1.0 # any 1.x version
44
scipy~=1.4
55
numpy~=1.18.0
66
scikit-learn~=0.22.0

0 commit comments

Comments
 (0)