Skip to content

Commit

Permalink
Merge pull request #5 from pyiron/conda
Browse files Browse the repository at this point in the history
Update conda version
  • Loading branch information
jan-janssen authored Feb 22, 2024
2 parents fe781de + b00c682 commit d74489c
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 =23.11.0
- conda =24.1.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==23.11.0",
"conda==24.1.1",
]
dynamic = ["version"]

Expand Down

0 comments on commit d74489c

Please sign in to comment.