We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d6262b + d529454 commit 1db7a62Copy full SHA for 1db7a62
.ci_support/environment.yml
@@ -3,4 +3,4 @@ channels:
3
dependencies:
4
- hatchling =1.27.0
5
- hatch-vcs =0.5.0
6
-- python >=3.11,<3.15
+- python >=3.11,<3.15
pyproject.toml
@@ -42,7 +42,7 @@ Repository = "https://github.com/pyiron/pyiron_snippets"
42
43
[project.optional-dependencies]
44
tests = [
45
- "cloudpickle==3.1.1",
+ "cloudpickle==3.1.2",
46
]
47
48
[tool.hatch.build]
0 commit comments