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.
1 parent 62649ea commit e718f33Copy full SHA for e718f33
setup.py
@@ -49,7 +49,7 @@ def read_version():
49
"analytics": ["pandas"],
50
"feature-store": ["pandas"],
51
"local": [
52
- "urllib3>=1.21.1,<1.26,!=1.25.0,!=1.25.1",
+ "urllib3>=1.21.1,!=1.25,!=1.25.1",
53
"docker-compose>=1.25.2",
54
"PyYAML>=5.3, <6", # PyYAML version has to match docker-compose requirements
55
],
0 commit comments