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
78fdaf3a
Unverified
Commit
78fdaf3a
authored
Oct 19, 2022
by
Philip Meier
Committed by
GitHub
Oct 19, 2022
Browse files
pin pyav to <10 (#6789)
* pin pyav to <10 * pin av in GHA workflows as well * also pin in M1 workflow
parent
32757a26
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.circleci/unittest/linux/scripts/environment.yml
.circleci/unittest/linux/scripts/environment.yml
+1
-1
.circleci/unittest/windows/scripts/environment.yml
.circleci/unittest/windows/scripts/environment.yml
+1
-1
.github/workflows/test-linux-cpu.yml
.github/workflows/test-linux-cpu.yml
+1
-1
.github/workflows/test-m1.yml
.github/workflows/test-m1.yml
+1
-1
No files found.
.circleci/unittest/linux/scripts/environment.yml
View file @
78fdaf3a
...
...
@@ -13,4 +13,4 @@ dependencies:
-
pip
:
-
future
-
scipy
-
av
-
av
<
10
.circleci/unittest/windows/scripts/environment.yml
View file @
78fdaf3a
...
...
@@ -14,6 +14,6 @@ dependencies:
-
pip
:
-
future
-
scipy
-
av !=
9.1.1
-
av !=9.1.1
, <10
-
dataclasses
-
h5py
.github/workflows/test-linux-cpu.yml
View file @
78fdaf3a
...
...
@@ -56,7 +56,7 @@ jobs:
-c nvidia "pytorch-${CHANNEL}"::pytorch[build="*${VERSION}*"] \
"${CUDATOOLKIT}"
${CONDA_RUN} python3 setup.py develop
${CONDA_RUN} python3 -m pip install pytest pytest-mock av
${CONDA_RUN} python3 -m pip install pytest pytest-mock
'
av
<10'
-
name
:
Run tests
shell
:
bash -l {0}
env
:
...
...
.github/workflows/test-m1.yml
View file @
78fdaf3a
...
...
@@ -37,7 +37,7 @@ jobs:
conda create -yp ${ENV_NAME} python=${PY_VERS} numpy libpng jpeg scipy
conda run -p ${ENV_NAME} python3 -mpip install --pre torch --extra-index-url=https://download.pytorch.org/whl/${CHANNEL}
conda run -p ${ENV_NAME} python3 setup.py develop
conda run -p ${ENV_NAME} python3 -mpip install pytest pytest-mock av
conda run -p ${ENV_NAME} python3 -mpip install pytest pytest-mock
'
av
<10'
-
name
:
Run tests
shell
:
arch -arch arm64 bash {0}
env
:
...
...
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