Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz committed Apr 7, 2022
1 parent 4a19e01 commit e1cbe05
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
[build-system]
requires = ["setuptools",
"wheel",
"cython>=0.29.21",
"numpy==1.16.0; python_version <= '3.7'",
"numpy==1.17.3; python_version == '3.8'",
"numpy==1.19.3; python_version == '3.9'",
"numpy==1.21.4; python_version =='3.10'",
"numpy; python_version >= '3.11'",
"cython",
"oldest-supported-numpy",
]

# To ensure the best compatibility, try to match the numpy reqs
# https://github.com/scipy/oldest-supported-numpy/blob/master/setup.cfg

0 comments on commit e1cbe05

Please sign in to comment.