mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-17 12:50:35 +08:00
version 0.1.1
Summary: Bumping the version number to 0.1.1 and thereby documenting all the places where the version number currently appears in the code. Reviewed By: nikhilaravi Differential Revision: D20067382 fbshipit-source-id: 76a25ed1d4036f51357e4ae3e0f07de32ad114ae
This commit is contained in:
committed by
Facebook Github Bot
parent
15c72be444
commit
cf8e667b61
@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
. "$script_dir/pkg_helpers.bash"
|
||||
|
||||
export BUILD_TYPE=conda
|
||||
setup_env 0.1.0
|
||||
setup_env 0.1.1
|
||||
export SOURCE_ROOT_DIR="$PWD"
|
||||
setup_conda_pytorch_constraint
|
||||
setup_conda_cudatoolkit_constraint
|
||||
|
||||
@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
. "$script_dir/pkg_helpers.bash"
|
||||
|
||||
export BUILD_TYPE=wheel
|
||||
setup_env 0.1.0
|
||||
setup_env 0.1.1
|
||||
setup_wheel_python
|
||||
pip_install numpy
|
||||
setup_pip_pytorch_version
|
||||
|
||||
Reference in New Issue
Block a user