We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96406b2 commit cd9c728Copy full SHA for cd9c728
setup.py
@@ -51,7 +51,7 @@
51
"pyyaml>=5.1.0",
52
"requests>=2.0.0",
53
"tqdm>=4.0.0",
54
- "pydantic>=2.0.0,<2.8",
+ "pydantic~=2.0",
55
"click>=7.1.2,!=8.0.0", # latest version < 8.0 + blocked version with reported bug
56
"protobuf>=3.12.2",
57
"pandas>1.3",
src/sparsezoo/version.py
@@ -20,7 +20,7 @@
20
from datetime import date
21
22
23
-version_base = "1.8.0"
+version_base = "1.8.1"
24
is_release = False # change to True to set the generated version as a release version
25
is_dev = False
26
dev_number = None
0 commit comments