File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Requirements
8484.. check these against pyproject.toml
8585
8686 * Python _ 3.8 or greater
87- * NumPy _ 1.19 or greater
87+ * NumPy _ 1.20 or greater
8888* Packaging _ 17.0 or greater
8989* importlib-resources _ 1.3 or greater (or Python 3.9+)
9090* SciPy _ (optional, for full SPM-ANALYZE support)
Original file line number Diff line number Diff line change 11# Auto-generated by tools/update_requirements.py
2- numpy ==1.19
2+ numpy ==1.20
33packaging ==17
44importlib_resources ==1.3; python_version < '3.9'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ readme = "README.rst"
1111license = { text = " MIT License" }
1212requires-python = " >=3.8"
1313dependencies = [
14- " numpy >=1.19 " ,
14+ " numpy >=1.20 " ,
1515 " packaging >=17" ,
1616 " importlib_resources >=1.3; python_version < '3.9'" ,
1717]
Original file line number Diff line number Diff line change 11# Auto-generated by tools/update_requirements.py
2- numpy >= 1.19
2+ numpy >= 1.20
33packaging >= 17
44importlib_resources >= 1.3 ; python_version < '3.9'
You can’t perform that action at this time.
0 commit comments