Skip to content

Commit

Permalink
bump deps (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak authored Aug 19, 2022
1 parent eef4d61 commit 2f0e5c5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: check-merge-conflict
exclude: "rst$"
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.4.0
hooks:
- id: yesqa
- repo: https://github.com/PyCQA/isort
Expand Down Expand Up @@ -38,11 +38,11 @@ repos:
files: |
.gitignore
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.37.1'
rev: 'v2.37.3'
hooks:
- id: pyupgrade
args: ['--py36-plus']
- repo: https://github.com/PyCQA/flake8
rev: '4.0.1'
rev: '5.0.4'
hooks:
- id: flake8
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RUN cat /tmp/requirements/pipx.txt | xargs -rn 1 pipx install && \
pipx list --json && \
# This is TMP work-around due to https://github.com/neuro-inc/neuro-cli/pull/2671
pipx runpip neuro-all uninstall -y click && \
pipx runpip neuro-all install click==8.1.2 && \
pipx runpip neuro-all install click==8.1.3 && \
rm -r /tmp/requirements
# ==================================================================
# config
Expand Down
2 changes: 1 addition & 1 deletion requirements/pipx.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
awscli==1.25.21
neuro-all==22.7.0
neuro-all==22.8.1
12 changes: 6 additions & 6 deletions requirements/python.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
cloudpickle==2.1.0
future==0.18.2
ipywidgets==7.7.1
jupyterlab==3.4.3
matplotlib==3.5.2
mlflow[extras]==1.27.0
jupyterlab==3.4.5
matplotlib==3.5.3
mlflow[extras]==1.28.0
opencv-python-headless==4.6.0.66
pandas==1.4.3
Pillow==9.2.0
scikit-learn==1.1.1
scipy==1.8.1
scikit-learn==1.1.2
scipy==1.9.0
tensorboardX==2.5.1
tensorflow-gpu==2.9.1
torch==1.12.0+cu116
torchaudio==0.12.0+cu116
torchvision==0.13.0+cu116
tqdm==4.64.0
typing==3.7.4.3
wandb[aws]==0.12.21
wandb[aws]==0.13.1

0 comments on commit 2f0e5c5

Please sign in to comment.