File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.9"
2222 - name : Install huggingface-hub
4141 submodules : " recursive"
4242
4343 - name : Set up Python ${{ matrix.python-version }}
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ matrix.python-version }}
4747 cache : ' pip'
7272 submodules : " recursive"
7373
7474 - name : Set up Python ${{ matrix.python-version }}
75- uses : actions/setup-python@v5
75+ uses : actions/setup-python@v6
7676 with :
7777 python-version : ${{ matrix.python-version }}
7878 cache : ' pip'
@@ -106,7 +106,7 @@ jobs:
106106 submodules : " recursive"
107107
108108 - name : Set up Python ${{ matrix.python-version }}
109- uses : actions/setup-python@v5
109+ uses : actions/setup-python@v6
110110 with :
111111 python-version : ${{ matrix.python-version }}
112112 cache : ' pip'
@@ -144,7 +144,7 @@ jobs:
144144 submodules : " recursive"
145145
146146 - name : Set up Python 3.9
147- uses : actions/setup-python@v5
147+ uses : actions/setup-python@v6
148148 with :
149149 python-version : " 3.9"
150150
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [
1212 { name = " Andrei Betlen" , email = " abetlen@gmail.com" },
1313]
1414dependencies = [
15- " typing-extensions>=4.5 .0" ,
15+ " typing-extensions>=4.15 .0" ,
1616 " numpy>=1.20.0" ,
1717 " diskcache>=5.6.1" ,
1818 " jinja2>=2.11.3" ,
You can’t perform that action at this time.
0 commit comments