Skip to content

Commit 1f9240c

Browse files
committed
version freak show
1 parent 2443d99 commit 1f9240c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ implemented.
3131
- Continuous integration via [GitHub
3232
Actions](https://github.com/Parallel-in-Time/pySDC/actions) and
3333
[Gitlab CI](https://gitlab.hzdr.de/r.speck/pysdc/-/pipelines)
34-
- Fully compatible with Python 3.7 - 3.10, runs at least on Ubuntu and
35-
MacOS
34+
- Fully compatible with Python 3.8 - 3.10, runs at least on Ubuntu
3635

3736
## Getting started
3837

etc/environment-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- numpy<1.25
6+
- numpy
77
- scipy>=0.17.1
88
- matplotlib>=3.0
99
- sympy>=1.0

etc/environment-mpi4py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- numpy>=1.15.4
77
- scipy>=0.17.1
8-
- matplotlib>=3.0,<=3.5.3
8+
- matplotlib>=3.0
99
- dill>=0.2.6
1010
- mpich
1111
- mpi4py-fft>=2.0.2

0 commit comments

Comments
 (0)