We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076e38f commit c2205d5Copy full SHA for c2205d5
.ci_support/environment.yml
@@ -1,4 +1,4 @@
1
channels:
2
- - conda-forge
+- conda-forge
3
dependencies:
4
- - python >=3.9,<3.13
+- python >=3.9,<3.13
pyproject.toml
@@ -53,5 +53,5 @@ attr = "pyiron_snippets.__version__"
53
54
[project.optional-dependencies]
55
tests = [
56
- "cloudpickle==3.1.0",
+ "cloudpickle==3.1.1",
57
]
0 commit comments