Skip to content

Commit

Permalink
[cherry-pick 1.5.3] pin pydantic to <2.0 (#1645) (#1651)
Browse files Browse the repository at this point in the history
* pin pydantic to <2.0 (#1645)

* bump version to 1.5.3
  • Loading branch information
bfineran committed Jul 5, 2023
1 parent dea7423 commit c3eda9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"pandas>=0.25.0,<2.0",
"packaging>=20.0",
"psutil>=5.0.0",
"pydantic>=1.5.0",
"pydantic>=1.8.2,<2.0.0",
"requests>=2.0.0",
"scikit-image>=0.15.0",
"scikit-learn>=0.24.2",
Expand Down
2 changes: 1 addition & 1 deletion src/sparseml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from datetime import date


version_base = "1.5.2"
version_base = "1.5.3"
is_release = False # change to True to set the generated version as a release version


Expand Down

0 comments on commit c3eda9a

Please sign in to comment.