Skip to content

Commit

Permalink
Merge pull request #30 from pyiron/conda
Browse files Browse the repository at this point in the history
Update conda to 24.7.1
  • Loading branch information
jan-janssen authored Aug 28, 2024
2 parents cb2bcc9 + c0c6b51 commit 9cd0a2f
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,4 +2,4 @@ channels:
- conda-forge
dependencies:
- python
- conda =24.5.0
- conda =24.7.1
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.5.0",
"conda==24.7.1",
]
dynamic = ["version"]

Expand Down

0 comments on commit 9cd0a2f

Please sign in to comment.