Skip to content

Commit

Permalink
Merge pull request #41 from pyiron/conda
Browse files Browse the repository at this point in the history
Update conda to 24.9.1
  • Loading branch information
jan-janssen authored Oct 10, 2024
2 parents a782cea + ce162b2 commit 62f6786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ channels:
- conda-forge
dependencies:
- coverage
- conda =24.7.1
- conda =24.9.1
- executorlib =0.0.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"conda==24.7.1",
"conda==24.9.1",
]
dynamic = ["version"]

Expand Down

0 comments on commit 62f6786

Please sign in to comment.