File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11OPEN3D_VERSION_MAJOR 0
2- OPEN3D_VERSION_MINOR 2
2+ OPEN3D_VERSION_MINOR 3
33OPEN3D_VERSION_PATCH 0
44OPEN3D_VERSION_TWEAK 0
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ source activate test_env3.6
124124
125125# Install the Conda packages
126126conda install numpy # For local conda packages, we need to install deps manually
127- conda install Open3D/util/conda_package/dist/osx-64/open3d-0.2 .0-py36_0.tar.bz2
127+ conda install Open3D/util/conda_package/dist/osx-64/open3d-0.3 .0-py36_0.tar.bz2
128128
129129# Try importing
130130python -c " from open3d import *"
@@ -141,7 +141,7 @@ source activate build_env
141141conda install anaconda-client
142142
143143# Example: upload macOS python3.6 package
144- anaconda upload dist/osx-64/open3d-0.2 .0-py36_0.tar.bz2
144+ anaconda upload dist/osx-64/open3d-0.3 .0-py36_0.tar.bz2
145145```
146146
147147Now we can try installing it by:
Original file line number Diff line number Diff line change 77
88package :
99 name : open3d
10- version : " 0.2 .0"
10+ version : " 0.3 .0"
1111
1212source :
1313 path : ../../pip_package
You can’t perform that action at this time.
0 commit comments