Skip to content

Commit

Permalink
Add -nodefaults channel
Browse files Browse the repository at this point in the history
This suppresses the default channel even if that one is present in the .condarc according to https://docs.conda.io/projects/conda/en/4.6.1/user-guide/tasks/manage-environments.html#creating-an-environment-file-manually
  • Loading branch information
niklassiemer committed Aug 26, 2024
1 parent b238626 commit c3ba836
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- nodefaults
dependencies:
- pyiron_base =0.9.10
- git =2.46.0
Expand Down
1 change: 1 addition & 0 deletions continuum/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- nodefaults
dependencies:
- damask =3.0.0
- fenics =2019.1.0=*_42
Expand Down
1 change: 1 addition & 0 deletions experimental/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- nodefaults
dependencies:
- pyiron_experimental =0.0.3
- temmeta =0.0.6
Expand Down
1 change: 1 addition & 0 deletions md/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- nodefaults
dependencies:
- pyiron =0.5.2
- pyiron_atomistics =0.6.9
Expand Down
1 change: 1 addition & 0 deletions mpie_cmti/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- nodefaults
dependencies:
- atomicrex =1.0.4
- calphy =1.3.10
Expand Down
1 change: 1 addition & 0 deletions potentialworkshop/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- nodefaults
dependencies:
- atomicrex =1.0.3
- runner =1.2
Expand Down
1 change: 1 addition & 0 deletions pyiron/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- nodefaults
dependencies:
- sphinxdft =3.1
- gpaw =24.6.0=*openmpi*

0 comments on commit c3ba836

Please sign in to comment.