Skip to content

Commit 67c261c

Browse files
Merge pull request #482 from Atharva-Phatak/update-torch
modify requirements
2 parents b66722b + a1fa327 commit 67c261c

File tree

2 files changed

+8
-23
lines changed

2 files changed

+8
-23
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,4 @@ repos:
2020
hooks:
2121
- id: black
2222
exclude: ^tests/
23-
args: [ --safe, --quiet ]
24-
- repo: https://gitlab.com/pycqa/flake8
25-
rev: 3.8.1
26-
hooks:
27-
- id: flake8
28-
additional_dependencies: [ flake8-blind-except, flake8-bugbear, flake8-comprehensions,
29-
flake8-debugger, flake8-docstrings, flake8-isort, flake8-polyfill, flake8-pytest,
30-
flake8-quotes, yesqa ]
31-
exclude: ^tests/|docs/source/conf.py/|^examples/
32-
33-
- repo: https://github.com/PyCQA/bandit
34-
rev: '1.7.0' # Update me!
35-
hooks:
36-
- id: bandit
37-
args: [--skip, "B101"]
38-
exclude: ^tests/|^examples/|^docs/
23+
args: [ --safe, --quiet ]

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
numpy==1.20.3
2-
pandas==1.2.5
3-
torch==1.9.0
4-
torchvision==0.10.0
5-
albumentations==1.0.0
6-
torchmetrics==0.5.0
7-
gradio==2.2.13
1+
numpy
2+
pandas
3+
torch==2.0.1
4+
torchvision
5+
albumentations
6+
torchmetrics
7+
gradio

0 commit comments

Comments
 (0)