Skip to content

Commit 3b30935

Browse files
committed
Updated min NumPy/SciPy requirements
1 parent f1e20d2 commit 3b30935

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# plotpy setup configuration file
22

33
[build-system]
4-
requires = ["setuptools", "wheel", "cython ~= 0.29.0", "numpy >= 1.3"]
4+
requires = ["setuptools", "wheel", "cython ~= 0.29.0", "numpy >= 1.17"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
@@ -31,8 +31,8 @@ requires-python = ">=3.8, <4"
3131
dependencies = [
3232
"guidata>=3.0.1",
3333
"PythonQwt>=0.10",
34-
"NumPy>=1.3",
35-
"SciPy>=0.7",
34+
"NumPy>=1.17",
35+
"SciPy>=1.3",
3636
"Pillow",
3737
"tifffile",
3838
]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Coverage
22
Cython
3-
NumPy>=1.3
3+
NumPy>=1.17
44
Pillow
55
PyQt5
66
PythonQwt>=0.10
7-
SciPy>=0.7
7+
SciPy>=1.3
88
black
99
guidata>=3.0.1
1010
isort

0 commit comments

Comments
 (0)