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.
2 parents 80e8d1f + 17e0ece commit 885ddb4Copy full SHA for 885ddb4
setup.py
@@ -34,7 +34,7 @@
34
"pint<0.24; python_version >= '3.9'"
35
],
36
extras_require={
37
- "../tests": [
+ "tests": [
38
"factory-boy>=3.3.0,<4",
39
"mock>=5.1.0,<6",
40
"pandas>=2.0.3,<3",
src/citrine/__version__.py
@@ -1 +1 @@
1
-__version__ = "3.4.4"
+__version__ = "3.4.5"
0 commit comments