Skip to content

Commit

Permalink
Merge pull request #15 from pyiron/conda_version
Browse files Browse the repository at this point in the history
Update conda version
  • Loading branch information
jan-janssen authored Jun 25, 2024
2 parents 6473d32 + 737a56c commit eb94181
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.1.1
- conda =24.5.0
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.1.1",
"conda==24.5.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit eb94181

Please sign in to comment.