Skip to content

Commit

Permalink
Merge pull request #1722 from pyiron/conda_update
Browse files Browse the repository at this point in the history
Update conda to 24.7.1
  • Loading branch information
jan-janssen authored Jan 8, 2025
2 parents 511921c + df1b601 commit cdabb8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- sphinx
- sphinx_rtd_theme
- myst-parser
- conda =24.5.0
- conda =24.7.1
- conda_subprocess =0.0.5
- cloudpickle =3.1.0
- gitpython =3.1.44
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- coverage
- codacy-coverage
- conda =24.5.0
- conda =24.7.1
- conda_subprocess =0.0.5
- cloudpickle =3.1.0
- gitpython =3.1.44
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
dependencies:
- python
- conda =24.5.0
- conda =24.7.1
- conda_subprocess =0.0.5
- cloudpickle =3.1.0
- gitpython =3.1.44
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Repository = "https://github.com/pyiron/pyiron_base"

[project.optional-dependencies]
conda = [
"conda==24.5.0",
"conda==24.7.1",
"conda_subprocess==0.0.5",
]
devel = [
Expand Down

0 comments on commit cdabb8b

Please sign in to comment.