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