File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN pip3 install tensorflow==2.9.1 keras==2.9.0 numpy==1.22.4 scipy==1.8.1 matpl
99 resampy==0.3.1 ffmpeg-python==0.2.0 cma==3.2.2 pandas==1.4.3 h5py==3.7.0 tensorflow-addons==0.17.1 \
1010 mxnet==1.6.0 torch==1.12.0 torchaudio==0.12.0 torchvision==0.13.0 catboost==1.0.6 GPy==1.10.0 \
1111 lightgbm==3.3.2 xgboost==1.6.1 kornia==0.6.6 lief==0.12.1 pytest==7.1.2 pytest-pep8==1.0.6 \
12- pytest-mock==3.8.2 codecov==2.1.12 requests==2.28.1
12+ pytest-mock==3.8.2 requests==2.28.1
1313
1414RUN apt-get -y install ffmpeg libavcodec-extra vim git
1515
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ pytest-flake8~=1.1.1
5656flake8~=4.0.1
5757pytest-mock~=3.10.0
5858pytest-cov~=4.0.0
59- codecov~=2.1.12
6059requests~=2.28.2
6160
6261# ART
Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ def get_version(rel_path):
109109 "pytest-flake8" ,
110110 "pytest-mock" ,
111111 "pytest-cov" ,
112- "codecov" ,
113112 "requests" ,
114113 "sortedcontainers" ,
115114 "numba" ,
You can’t perform that action at this time.
0 commit comments