File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ dependencies:
1313 - pip :
1414 - future
1515 - scipy
16- - av
16+ - av < 10
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ dependencies:
1414 - pip :
1515 - future
1616 - scipy
17- - av != 9.1.1
17+ - av !=9.1.1, <10
1818 - dataclasses
1919 - h5py
Original file line number Diff line number Diff line change 3737 conda create -yp ${ENV_NAME} python=${PY_VERS} numpy libpng jpeg scipy
3838 conda run -p ${ENV_NAME} python3 -mpip install --pre torch --extra-index-url=https://download.pytorch.org/whl/${CHANNEL}
3939 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'
4141 - name : Run tests
4242 shell : arch -arch arm64 bash {0}
4343 env :
You can’t perform that action at this time.
0 commit comments