Skip to content

Commit ab15936

Browse files
authored
Merge pull request #188 from mrava87/build-numpyversion
tmp: force numpy version <=2.3.5
2 parents 75eed01 + 2d1e7da commit ab15936

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python >= 3.8.0
77
- pip
8-
- numpy
8+
- numpy>=1.15.0,<=2.3.5
99
- scipy>=1.8.0
1010
- mpi4py
1111
- pylops

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- python>=3.8.0
7-
- numpy>=1.21.0
7+
- numpy>=1.15.0,<=2.3.5
88
- scipy>=1.8.0
99
- pylops>=2.0
1010
- matplotlib

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Topic :: Scientific/Engineering :: Mathematics",
3030
]
3131
dependencies = [
32-
"numpy >= 1.15.0",
32+
"numpy>=1.15.0,<=2.3.5",
3333
"scipy >= 1.4.0",
3434
"pylops >= 2.0",
3535
"mpi4py",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy
1+
numpy>=1.15.0,<=2.3.5
22
scipy>=1.8.0
33
pylops
44
mpi4py

0 commit comments

Comments
 (0)