File tree 4 files changed +34
-9
lines changed
4 files changed +34
-9
lines changed Original file line number Diff line number Diff line change 41
41
run : python -m pip install -r requirements/required.txt -r requirements/test.txt
42
42
- name : Test with pytest
43
43
run : pytest
44
+
45
+ minimum :
46
+ runs-on : ubuntu-latest
47
+ needs : [style]
48
+ steps :
49
+ - uses : actions/checkout@v4
50
+ - name : Set up Python ${{ matrix.python-version }}
51
+ uses : actions/setup-python@v5
52
+ with :
53
+ python-version : 3.9
54
+ - name : Install dependencies
55
+ run : python -m pip install -r requirements/minimum.old
56
+ - name : Test with pytest
57
+ run : pytest
Original file line number Diff line number Diff line change 1
- sphinx<7
2
- sphinx-book-theme==1.1.2
3
- six==1.15.0
4
1
autodocsumm
5
- huggingface_hub
2
+ huggingface_hub
3
+ six==1.15.0
4
+ sphinx-book-theme==1.1.2
5
+ sphinx<7
Original file line number Diff line number Diff line change
1
+ efficientnet-pytorch==0.7.1
2
+ huggingface_hub>=0.24.6
3
+ pillow
4
+ pretrainedmodels==0.7.4
5
+ six
6
+ timm==0.9.7
7
+ torchvision>=0.5.0
8
+ tqdm
9
+
10
+ mock
11
+ pytest
12
+ ruff==0.5.2
Original file line number Diff line number Diff line change 1
- torchvision>=0.5.0
2
- pretrainedmodels==0.7.4
3
1
efficientnet-pytorch==0.7.1
4
- timm==0.9.7
5
2
huggingface_hub>=0.24.6
6
-
7
- tqdm
8
3
pillow
4
+ pretrainedmodels==0.7.4
9
5
six
6
+ timm==0.9.7
7
+ torchvision>=0.5.0
8
+ tqdm
You can’t perform that action at this time.
0 commit comments