We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2df0c0 commit e417f3cCopy full SHA for e417f3c
1 file changed
setup.py
@@ -8,15 +8,15 @@
8
# granted to it by virtue of its status as an intergovernmental organisation nor
9
# does it submit to any jurisdiction.
10
11
-import io
12
import importlib.metadata
+import io
13
import os
14
import re
15
import sys
16
+
17
import setuptools
18
from wheel.bdist_wheel import bdist_wheel
19
-
20
install_requires = [
21
"numpy<1.20 ; python_version < '3.7'",
22
"numpy<1.22 ; python_version >= '3.7' and python_version < '3.8'",
0 commit comments