Skip to content

Commit

Permalink
Removing defaults channel from env
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Sep 27, 2024
1 parent a16dc4b commit 27279b0
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion docs/contrib/06_new_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The file needs to be named `environment.yml` and needs to follow the structure s
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy
- pip
Expand Down
1 change: 0 additions & 1 deletion etc/environment-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion etc/environment-cupy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy>=1.15.4
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion etc/environment-fenics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy>=1.15.4
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion etc/environment-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- black
- ruff
1 change: 0 additions & 1 deletion etc/environment-mpi4py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy>=1.15.4
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion etc/environment-petsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy>=1.15.4
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion etc/environment-postprocess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- coverage[toml]
- sphinx
Expand Down
1 change: 0 additions & 1 deletion etc/environment-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion etc/environment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- pytest
- pytest-benchmark
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC_tutorial
channels:
- conda-forge
- defaults
dependencies:
- numpy>=1.15.4
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/AllenCahn_Bayreuth/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- mpi4py>=3.0.0
- mpi4py-fft>=2.0.2
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/AsympConv/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- matplotlib>=3.0
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/DAE/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/FastWaveSlowWave/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy
- matplotlib>=3.0
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/Hamiltonian/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- dill>=0.2.6
- numpy
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/Monodomain/etc/environment-monodomain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC_monodomain
channels:
- conda-forge
- defaults
dependencies:
- python
- numpy
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/PinTSimE/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/RDC/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy
- dill>=0.2.6
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/Resilience/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- mpi4py>=3.0.0
- mpi4py-fft>=2.0.2
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/SDC_showdown/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- petsc4py<3.20
- matplotlib>=3.0
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/Second_orderSDC/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy
- numba>=0.35
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/TOMS/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- dill>=0.2.6
- matplotlib>=3.0
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/matrixPFASST/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/parallelSDC/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy>=1.15.4
- scipy>=0.17.1
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/parallelSDC_reloaded/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- numpy
- matplotlib>=3.0
Expand Down
1 change: 0 additions & 1 deletion pySDC/projects/soft_failure/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: pySDC
channels:
- conda-forge
- defaults
dependencies:
- dill>=0.2.6
- numpy
Expand Down

0 comments on commit 27279b0

Please sign in to comment.