We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea7423 commit c3eda9aCopy full SHA for c3eda9a
setup.py
@@ -43,7 +43,7 @@
43
"pandas>=0.25.0,<2.0",
44
"packaging>=20.0",
45
"psutil>=5.0.0",
46
- "pydantic>=1.5.0",
+ "pydantic>=1.8.2,<2.0.0",
47
"requests>=2.0.0",
48
"scikit-image>=0.15.0",
49
"scikit-learn>=0.24.2",
src/sparseml/version.py
@@ -19,7 +19,7 @@
19
from datetime import date
20
21
22
-version_base = "1.5.2"
+version_base = "1.5.3"
23
is_release = False # change to True to set the generated version as a release version
24
25
0 commit comments