Skip to content

Commit

Permalink
Merge pull request #2062 from recommenders-team/anargyri-patch-1
Browse files Browse the repository at this point in the history
Fix pandera for Python 3.8
  • Loading branch information
anargyri committed Feb 13, 2024
2 parents cd7c206 + 00bc286 commit 4679844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"cornac>=1.1.2,<1.15.2;python_version<='3.7'",
"cornac>=1.15.2,<2;python_version>='3.8'", # After 1.15.2, Cornac requires python 3.8
"retrying>=1.3.3",
"pandera[strategies]>=0.6.5,<0.18;python_version<='3.7'", # For generating fake datasets
"pandera[strategies]>=0.6.5;python_version>='3.8'",
"pandera[strategies]>=0.6.5,<0.18;python_version<='3.8'", # For generating fake datasets
"pandera[strategies]>=0.6.5;python_version>='3.9'",
"scikit-surprise>=1.0.6",
"hyperopt>=0.1.2,<1",
"ipykernel>=4.6.1,<7",
Expand Down

0 comments on commit 4679844

Please sign in to comment.