Skip to content

Commit 4679844

Browse files
authored
Merge pull request #2062 from recommenders-team/anargyri-patch-1
Fix pandera for Python 3.8
2 parents cd7c206 + 00bc286 commit 4679844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"cornac>=1.1.2,<1.15.2;python_version<='3.7'",
4747
"cornac>=1.15.2,<2;python_version>='3.8'", # After 1.15.2, Cornac requires python 3.8
4848
"retrying>=1.3.3",
49-
"pandera[strategies]>=0.6.5,<0.18;python_version<='3.7'", # For generating fake datasets
50-
"pandera[strategies]>=0.6.5;python_version>='3.8'",
49+
"pandera[strategies]>=0.6.5,<0.18;python_version<='3.8'", # For generating fake datasets
50+
"pandera[strategies]>=0.6.5;python_version>='3.9'",
5151
"scikit-surprise>=1.0.6",
5252
"hyperopt>=0.1.2,<1",
5353
"ipykernel>=4.6.1,<7",

0 commit comments

Comments
 (0)