Skip to content

Commit f82d0d5

Browse files
committed
specify pypa build version
1 parent f75e56f commit f82d0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/setup.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ sudo apt install gfortran sqlite3 f2c swig libreadline-dev
2323

2424
python3.12 -m venv .venv
2525
source .venv/bin/activate
26-
pip install pyodide-build==$PYODIDE_VERSION
26+
pip install build==1.0.0 pyodide-build==$PYODIDE_VERSION
2727

2828
pip install boto3 cython

0 commit comments

Comments
 (0)