Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
d02db177
Unverified
Commit
d02db177
authored
Oct 03, 2019
by
Francisco Massa
Committed by
GitHub
Oct 03, 2019
Browse files
Temporary fix for CI (#1411)
* Temporary fix for CI * Missing install
parent
bf859579
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
packaging/build_wheel.sh
packaging/build_wheel.sh
+2
-0
packaging/torchvision/meta.yaml
packaging/torchvision/meta.yaml
+3
-0
No files found.
packaging/build_wheel.sh
View file @
d02db177
...
@@ -8,6 +8,8 @@ export BUILD_TYPE=wheel
...
@@ -8,6 +8,8 @@ export BUILD_TYPE=wheel
setup_env 0.5.0
setup_env 0.5.0
setup_wheel_python
setup_wheel_python
pip_install numpy pyyaml future ninja
pip_install numpy pyyaml future ninja
# TODO remove after https://github.com/pytorch/pytorch/pull/27282 gets merged
pip_install six
setup_pip_pytorch_version
setup_pip_pytorch_version
python setup.py clean
python setup.py clean
IS_WHEEL
=
1 python setup.py bdist_wheel
IS_WHEEL
=
1 python setup.py bdist_wheel
packaging/torchvision/meta.yaml
View file @
d02db177
...
@@ -13,6 +13,7 @@ requirements:
...
@@ -13,6 +13,7 @@ requirements:
-
python
-
python
-
setuptools
-
setuptools
-
av
-
av
-
six
# TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
{{
environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT')
}}
{{
environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT')
}}
{{
environ.get('CONDA_CUDATOOLKIT_CONSTRAINT')
}}
{{
environ.get('CONDA_CUDATOOLKIT_CONSTRAINT')
}}
{{
environ.get('CONDA_CPUONLY_FEATURE')
}}
{{
environ.get('CONDA_CPUONLY_FEATURE')
}}
...
@@ -23,6 +24,7 @@ requirements:
...
@@ -23,6 +24,7 @@ requirements:
-
numpy >=1.11
-
numpy >=1.11
-
six
-
six
-
av
-
av
-
six
# TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
{{
environ.get('CONDA_PYTORCH_CONSTRAINT')
}}
{{
environ.get('CONDA_PYTORCH_CONSTRAINT')
}}
{{
environ.get('CONDA_CUDATOOLKIT_CONSTRAINT')
}}
{{
environ.get('CONDA_CUDATOOLKIT_CONSTRAINT')
}}
...
@@ -50,6 +52,7 @@ test:
...
@@ -50,6 +52,7 @@ test:
-
av
-
av
-
ca-certificates
-
ca-certificates
-
typing
-
typing
-
six
# TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
commands
:
commands
:
pytest .
pytest .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment