Skip to content

Commit

Permalink
Merge pull request #2099 from Trusted-AI/development_codecov
Browse files Browse the repository at this point in the history
Remove deleted codecov package as dependency
  • Loading branch information
beat-buesser authored Apr 13, 2023
2 parents c1859ba + c63d273 commit ecf1534
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN pip3 install tensorflow==2.9.1 keras==2.9.0 numpy==1.22.4 scipy==1.8.1 matpl
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 \
mxnet==1.6.0 torch==1.12.0 torchaudio==0.12.0 torchvision==0.13.0 catboost==1.0.6 GPy==1.10.0 \
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 \
pytest-mock==3.8.2 codecov==2.1.12 requests==2.28.1
pytest-mock==3.8.2 requests==2.28.1

RUN apt-get -y install ffmpeg libavcodec-extra vim git

Expand Down
1 change: 0 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ pytest-flake8~=1.1.1
flake8~=4.0.1
pytest-mock~=3.10.0
pytest-cov~=4.0.0
codecov~=2.1.12
requests~=2.28.2

# ART
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def get_version(rel_path):
"pytest-flake8",
"pytest-mock",
"pytest-cov",
"codecov",
"requests",
"sortedcontainers",
"numba",
Expand Down

0 comments on commit ecf1534

Please sign in to comment.