File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - name : Set up Python 3.7
13
+ - name : Set up Python 3.8
14
14
uses : actions/setup-python@v2
15
15
with :
16
- python-version : 3.7
16
+ python-version : 3.8
17
17
- name : Install Python dependencies
18
18
run : pip install -e .[test,dev]
19
19
- name : Run Integration Tests
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- - name : Set up Python 3.7
10
+ - name : Set up Python 3.8
11
11
uses : actions/setup-python@v2
12
12
with :
13
- python-version : 3.7
13
+ python-version : 3.8
14
14
- name : Install Python dependencies
15
15
run : pip install -e .[quality]
16
16
- name : Run Quality check
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- - name : Set up Python 3.7
10
+ - name : Set up Python 3.8
11
11
uses : actions/setup-python@v2
12
12
with :
13
- python-version : 3.7
13
+ python-version : 3.8
14
14
- name : Install Python dependencies
15
15
run : pip install -e .[test,dev]
16
16
- name : Run Unit Tests
Original file line number Diff line number Diff line change 55
55
56
56
# Hugging Face specific dependencies
57
57
extras ["transformers" ] = ["transformers[sklearn,sentencepiece]>=4.17.0" ]
58
- extras ["diffusers" ] = ["diffusers== 0.23.1 " ]
58
+ extras ["diffusers" ] = ["diffusers>= 0.23.0 " ]
59
59
60
60
# framework specific dependencies
61
61
extras ["torch" ] = ["torch>=1.8.0" , "torchaudio" ]
You can’t perform that action at this time.
0 commit comments