Skip to content

Commit e7a7640

Browse files
committed
modified release setting
1 parent 9491615 commit e7a7640

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

appveyor.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,15 @@ install:
193193
build_script:
194194
- if [%PCL_VERSION%]==[1.6] copy .\\appveyor\\bfgs.h "%PCL_ROOT%\include\pcl-%PCL_VERSION%\pcl\registration\bfgs.h"
195195
- if [%PCL_VERSION%]==[1.6] copy .\\appveyor\\eigen.h "%PCL_ROOT%\include\pcl-%PCL_VERSION%\pcl\registration\eigen.h"
196-
197-
# conda
198-
# - conda install -y -q Cython=0.25.2
199-
- conda install -y -q Cython
200-
- conda install -y -q numpy
196+
197+
# conda(comment out effective whl files?)
198+
# - conda install -y -q Cython
199+
# - conda install -y -q numpy
201200

202201
- python setup.py build_ext -i
203202
- python setup.py install
204-
- python setup.py bdist_wheel
205-
- python -m pip list
203+
# - python setup.py sdist bdist_wheel
204+
# - python -m pip list
206205

207206
- if [%PCL_VERSION%]==[1.6] copy "%APPVEYOR_OPENNI_ROOT%" .
208207
- if [%PCL_VERSION%]==[1.6] copy "%APPVEYOR_OPENNI_ROOT%" "%PYTHON%"
@@ -246,7 +245,7 @@ after_test:
246245
# Appveyor use Python Version 3.7.0
247246
# - python setup.py bdist_msi"
248247
- if [%PYTHON_VERSION%] neq [3.7] python setup.py bdist_msi
249-
- ps: "ls dist"
248+
# - ps: "ls dist"
250249

251250
artifacts:
252251
# Archive the generated packages in the ci.appveyor.com build report.

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
install_requires = [
2121
'filelock',
2222
'nose',
23-
'numpy',
23+
# RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility
24+
# https://github.com/scikit-image/scikit-image/issues/3655
25+
# 'numpy>=1.15.1,!=1.50.0',
26+
# numpy.ufunc size changed, may indicate binary incompatibility.
27+
'numpy>=1.16.1,!=1.16.2',
2428
'Cython>=0.26.0',
2529
]
2630

@@ -868,7 +872,7 @@ def pkgconfig_win(flag, cut):
868872
setup(name='python-pcl',
869873
description='Python bindings for the Point Cloud Library (PCL). using Cython.',
870874
url='http://github.com/strawlab/python-pcl',
871-
version='0.3.0.a1',
875+
version='0.3.0a1',
872876
author='John Stowers',
873877
author_email='john.stowers@gmail.com',
874878
maintainer='Tooru Oonuma',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy