File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ dependencies:
13
13
- pip :
14
14
- future
15
15
- scipy
16
- - av
16
+ - av < 10
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ dependencies:
14
14
- pip :
15
15
- future
16
16
- scipy
17
- - av != 9.1.1
17
+ - av !=9.1.1, <10
18
18
- dataclasses
19
19
- h5py
Original file line number Diff line number Diff line change 56
56
-c nvidia "pytorch-${CHANNEL}"::pytorch[build="*${VERSION}*"] \
57
57
"${CUDATOOLKIT}"
58
58
${CONDA_RUN} python3 setup.py develop
59
- ${CONDA_RUN} python3 -m pip install pytest pytest-mock av
59
+ ${CONDA_RUN} python3 -m pip install pytest pytest-mock 'av<10'
60
60
- name : Run tests
61
61
shell : bash -l {0}
62
62
env :
Original file line number Diff line number Diff line change 37
37
conda create -yp ${ENV_NAME} python=${PY_VERS} numpy libpng jpeg scipy
38
38
conda run -p ${ENV_NAME} python3 -mpip install --pre torch --extra-index-url=https://download.pytorch.org/whl/${CHANNEL}
39
39
conda run -p ${ENV_NAME} python3 setup.py develop
40
- conda run -p ${ENV_NAME} python3 -mpip install pytest pytest-mock av
40
+ conda run -p ${ENV_NAME} python3 -mpip install pytest pytest-mock 'av<10'
41
41
- name : Run tests
42
42
shell : arch -arch arm64 bash {0}
43
43
env :
You can’t perform that action at this time.
0 commit comments