Skip to content

Commit

Permalink
Set some pins
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Nov 1, 2022
1 parent 932ed64 commit 77d43a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Expand Up @@ -7,7 +7,11 @@ requires = [
"oldest-supported-numpy; python_version!='3.10' or platform_system!='Windows' or platform_python_implementation=='PyPy'",
"numpy==1.22.3; python_version=='3.10' and platform_system=='Windows' and platform_python_implementation != 'PyPy'",
"numpy; python_version>='3.11'",
"scipy>=1.3",
# 1.9+ Not available for 3.7
"scipy>=1.3,<1.9; python_version=='3.7' or (python_version=='3.8' or platform_system!='Windows')",
# 1.9+ Not available for 32-bit windows, so use 1.8 for all 3.8/Windows
"scipy>=1.3,<1.9; python_version=='3.8' and platform_system=='Windows'",
"scipy>=1.3,<1.10",
"setuptools_scm[toml]>=7.0,<8"
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 77d43a2

Please sign in to comment.