Skip to content

Commit bfa144d

Browse files
committed
proper version numpy
1 parent ea5714b commit bfa144d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "numpy>=1.16", "cython>=0.23"]
2+
requires = ["setuptools", "wheel", "numpy>=1.20", "cython>=0.23"]
33
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.16
1+
numpy>=1.20
22
scipy>=1.3
33
cython
44
matplotlib

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
license='MIT',
6969
scripts=[],
7070
data_files=[],
71-
setup_requires=["numpy>=1.16", "cython>=0.23"],
72-
install_requires=["numpy>=1.16", "scipy>=1.0"],
71+
setup_requires=["numpy>=1.20", "cython>=0.23"],
72+
install_requires=["numpy>=1.20", "scipy>=1.0"],
7373
classifiers=[
7474
'Development Status :: 5 - Production/Stable',
7575
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)