File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
python-version : ' 3.11'
152
152
153
153
- run : pip install -r tests/requirements.txt
154
- - run : ' pip install "maturin>=0.15,<0.16 " typing_extensions'
154
+ - run : ' pip install "maturin>=1,<2 " typing_extensions'
155
155
- run : make build-dev
156
156
157
157
- run : pip freeze
@@ -254,7 +254,7 @@ jobs:
254
254
version : ' 3.1.32'
255
255
actions-cache-folder : emsdk-cache
256
256
257
- - run : pip install 'maturin>=0.15,<0.16 ' 'black>=22.3.0,<23' typing_extensions
257
+ - run : pip install 'maturin>=1,<2 ' 'black>=22.3.0,<23' typing_extensions
258
258
259
259
- name : build wheels
260
260
run : make build-wasm
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [' maturin>=0.15,<0.16 ' , ' typing_extensions' ]
2
+ requires = [' maturin>=1,<2 ' , ' typing_extensions' ]
3
3
build-backend = ' maturin'
4
4
5
5
[project ]
You can’t perform that action at this time.
0 commit comments