Skip to content

Commit cb07223

Browse files
committed
update numpy version for point cloud deps (pandas)
1 parent 2a6876e commit cb07223

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def get_extra_requirements():
134134
python_requires=">=3.7",
135135
install_requires=[
136136
"einops",
137-
"numpy",
137+
"numpy>=1.21.0",
138138
"pandas",
139139
"scipy",
140140
"matplotlib",
@@ -151,7 +151,6 @@ def get_extra_requirements():
151151
"Intended Audience :: Developers",
152152
"Intended Audience :: Science/Research",
153153
"License :: OSI Approved :: BSD License",
154-
"Programming Language :: Python :: 3.6",
155154
"Programming Language :: Python :: 3.7",
156155
"Programming Language :: Python :: 3.8",
157156
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)