Skip to content

Commit aa1ff09

Browse files
committed
Inner quote typo
1 parent 8281877 commit aa1ff09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
requires = ["setuptools",
33
"wheel",
44
"Cython",
5-
"oldest-supported-numpy; python_version>='3.8",
6-
"numpy==1.16.1; python_version<='3.7' and python_version >= '3'",
5+
"oldest-supported-numpy; python_version >= '3.7'",
6+
"numpy==1.16.1; python_version <= '3.7' and python_version >= '3'",
77
"numpy==1.13.3; python_version=='2.7'",
88
"brain-isotopic-distribution",
99
"ms-peak-picker"]

0 commit comments

Comments
 (0)