Skip to content

Commit 22765c5

Browse files
committed
Merge remote-tracking branch 'upstream/master' into tau_method_performance
2 parents 629ce81 + c13e622 commit 22765c5

File tree

27 files changed

+1
-28
lines changed

27 files changed

+1
-28
lines changed

docs/contrib/06_new_project.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The file needs to be named `environment.yml` and needs to follow the structure s
2222
name: pySDC
2323
channels:
2424
- conda-forge
25-
- defaults
2625
dependencies:
2726
- numpy
2827
- pip

etc/environment-base.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: pySDC
44
channels:
55
- conda-forge
6-
- defaults
76
dependencies:
87
- numpy
98
- scipy>=0.17.1

etc/environment-cupy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: pySDC
44
channels:
55
- conda-forge
6-
- defaults
76
dependencies:
87
- numpy>=1.15.4
98
- scipy>=0.17.1

etc/environment-fenics.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: pySDC
44
channels:
55
- conda-forge
6-
- defaults
76
dependencies:
87
- numpy>=1.15.4
98
- scipy>=0.17.1

etc/environment-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: pySDC
44
channels:
55
- conda-forge
6-
- defaults
76
dependencies:
87
- black
98
- ruff

etc/environment-mpi4py.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: pySDC
44
channels:
55
- conda-forge
6-
- defaults
76
dependencies:
87
- numpy>=1.15.4
98
- scipy>=0.17.1

etc/environment-petsc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
name: pySDC
44
channels:
55
- conda-forge
6-
- defaults
76
dependencies:
87
- numpy>=1.15.4
98
- scipy>=0.17.1
109
- matplotlib>=3.0
1110
- dill>=0.2.6
1211
- mpich
13-
- petsc4py<3.20
12+
- petsc4py
1413
- mpi4py>=3.0.0
1514
- pip
1615
- pip:

etc/environment-postprocess.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: pySDC
44
channels:
55
- conda-forge
6-
- defaults
76
dependencies:
87
- coverage[toml]
98
- sphinx

etc/environment-pytorch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: pySDC
44
channels:
55
- conda-forge
6-
- defaults
76
dependencies:
87
- numpy
98
- scipy>=0.17.1

etc/environment-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: pySDC
44
channels:
55
- conda-forge
6-
- defaults
76
dependencies:
87
- pytest
98
- pytest-benchmark

0 commit comments

Comments
 (0)