Skip to content

Commit d7fdd62

Browse files
committed
Add numpy/torch
1 parent 0b91977 commit d7fdd62

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
with:
5151
python-version: 3.9
5252
- name: Install dependencies
53-
run: python -m pip install -r requirements/min-reqs.old -c requirements/min-cons.old -r requirements/test.txt
53+
run: python -m pip install -r requirements/minimum.old -r requirements/test.txt
5454
- name: Test with pytest
5555
run: pytest

requirements/docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
autodocsumm==0.2.13
2-
huggingface_hub==0.24.6
2+
huggingface-hub==0.24.6
33
six==1.16.0
4-
sphinx-book-theme==1.1.3
54
sphinx==8.0.2
5+
sphinx-book-theme==1.1.3

requirements/min-cons.old

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
efficientnet-pytorch==0.6.1
2-
huggingface_hub==0.22.0
2+
huggingface-hub==0.22.0
3+
numpy==1.19.3
34
pillow==8.0.0
45
pretrainedmodels==0.7.1
56
six==1.5.0
67
timm==0.9.0
8+
torch==1.7.1
79
torchvision==0.8.2
810
tqdm==4.42.1

requirements/required.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
efficientnet-pytorch==0.7.1
22
huggingface_hub==0.24.6
3+
numpy==2.1.1
34
pillow==10.4.0
45
pretrainedmodels==0.7.4
56
six==1.16.0
67
timm==1.0.9
7-
torchvision==0.19.0
8+
torch==2.4.1
9+
torchvision==0.19.1
810
tqdm==4.66.5

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==8.3.2
2-
ruff==0.6.3
1+
pytest==8.3.3
2+
ruff==0.6.4

0 commit comments

Comments
 (0)