We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8281877 commit aa1ff09Copy full SHA for aa1ff09
pyproject.toml
@@ -2,8 +2,8 @@
2
requires = ["setuptools",
3
"wheel",
4
"Cython",
5
- "oldest-supported-numpy; python_version>='3.8",
6
- "numpy==1.16.1; python_version<='3.7' and python_version >= '3'",
+ "oldest-supported-numpy; python_version >= '3.7'",
+ "numpy==1.16.1; python_version <= '3.7' and python_version >= '3'",
7
"numpy==1.13.3; python_version=='2.7'",
8
"brain-isotopic-distribution",
9
"ms-peak-picker"]
0 commit comments