Skip to content

Commit 33f5f18

Browse files
committed
Raise support for oldest support
1 parent e185b3c commit 33f5f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = ["setuptools",
33
"wheel",
44
"Cython",
5-
"oldest-supported-numpy; python_version >= '3.7'",
5+
"oldest-supported-numpy; python_version >= '3.8'",
66
"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",

0 commit comments

Comments
 (0)