We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6876e commit cb07223Copy full SHA for cb07223
setup.py
@@ -134,7 +134,7 @@ def get_extra_requirements():
134
python_requires=">=3.7",
135
install_requires=[
136
"einops",
137
- "numpy",
+ "numpy>=1.21.0",
138
"pandas",
139
"scipy",
140
"matplotlib",
@@ -151,7 +151,6 @@ def get_extra_requirements():
151
"Intended Audience :: Developers",
152
"Intended Audience :: Science/Research",
153
"License :: OSI Approved :: BSD License",
154
- "Programming Language :: Python :: 3.6",
155
"Programming Language :: Python :: 3.7",
156
"Programming Language :: Python :: 3.8",
157
"Programming Language :: Python :: 3.9",
0 commit comments