Skip to content

Commit

Permalink
bump more debs (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak authored Dec 5, 2022
1 parent e3fc4a7 commit 8b24794
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,13 @@ jobs:
- name: Install python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.9"

- name: Install dependencies
run: |
python -m venv venv
source venv/bin/activate
pip install -U neuro-cli
# This is TMP work-around due to https://github.com/neuro-inc/neuro-cli/pull/2671
pip uninstall -y click
pip install --no-cache-dir click==8.1.2
- name: Configure environment
run: |
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.3.0'
rev: 'v4.4.0'
hooks:
- id: check-merge-conflict
exclude: "rst$"
Expand All @@ -18,7 +18,7 @@ repos:
- id: black
language_version: python3 # Should be a command that runs python3.6+
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.3.0'
rev: 'v4.4.0'
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -32,7 +32,7 @@ repos:
- id: debug-statements
# Another entry is required to apply file-contents-sorter to another file
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.3.0'
rev: 'v4.4.0'
hooks:
- id: file-contents-sorter
files: |
Expand All @@ -43,6 +43,6 @@ repos:
- id: pyupgrade
args: ['--py36-plus']
- repo: https://github.com/PyCQA/flake8
rev: '5.0.4'
rev: '6.0.0'
hooks:
- id: flake8
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ RUN APT_INSTALL="apt-get install -y --no-install-recommends" && \
cd ../.. && rm -r nvtop && \
# <<
ln -s $(which python3) /usr/bin/python && \
# To pass test `jupyter lab build` (jupyterlab extensions), it needs nodejs>=12
# See instructions https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
# curl -fsSL https://deb.nodesource.com/setup_lts.x | -E bash - &&\
# $APT_INSTALL nodejs && \
# Git-LFS >>
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \
DEBIAN_FRONTEND=noninteractive $APT_INSTALL git-lfs && \
Expand Down
4 changes: 2 additions & 2 deletions requirements/python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jupyterlab==3.5.0
matplotlib==3.6.2
mlflow[extras]==2.0.1
opencv-python-headless==4.6.0.66
pandas==1.5.1
Pillow==9.2.0
pandas==1.5.2
Pillow==9.3.0
scikit-learn==1.1.2
scipy==1.9.3
tensorboardX==2.5.1
Expand Down

0 comments on commit 8b24794

Please sign in to comment.