File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,11 @@ install:
170
170
# - if [%PCL_VERSION%]==[1.6] SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PYTHON%\\Library\\bin;%PYTHON%\\Lib\\site-packages;%PATH%
171
171
- " conda install -y -q wheel"
172
172
173
+ # conda(comment out effective whl files?)
174
+ # - conda install -y -q Cython
175
+ # - conda install -y -q numpy
176
+ - pip install -r requirements.txt
177
+
173
178
# Mini-conda ng
174
179
# - "pip install --upgrade setuptools"
175
180
# - conda install -y -q setuptools
@@ -194,10 +199,6 @@ build_script:
194
199
- if [%PCL_VERSION%]==[1.6] copy .\\appveyor\\bfgs.h "%PCL_ROOT%\include\pcl-%PCL_VERSION%\pcl\registration\bfgs.h"
195
200
- if [%PCL_VERSION%]==[1.6] copy .\\appveyor\\eigen.h "%PCL_ROOT%\include\pcl-%PCL_VERSION%\pcl\registration\eigen.h"
196
201
197
- # conda(comment out effective whl files?)
198
- # - conda install -y -q Cython
199
- # - conda install -y -q numpy
200
-
201
202
- python setup.py build_ext -i
202
203
- python setup.py install
203
204
# - python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change 1
- Cython
2
- numpy
1
+ numpy >= 1.16.1 , != 1.16.2
2
+ Cython >= 0.26.0
You can’t perform that action at this time.
0 commit comments