Skip to content

Commit 588be8e

Browse files
authored
Merge pull request #46 from NGO-Algorithm-Audit/feature/use-latest-python-synthpop-version
use python-synthpop 0.1 and upgrade pyodide
2 parents f0a3258 + 6a66ba8 commit 588be8e

File tree

53 files changed

+24262
-385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+24262
-385
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Algorithm Audit AI Tooling.
22

3-
Test setup for testing clientside python execution.
3+
Run `npm run dev` to start the development server.
44

5-
Run `npm run dev` to test this version, the command is slightly changed in the package.json to fix an issue with `react-py` that don't support the dev build.
5+
## pyodide upgrade
6+
7+
- upgrade pyoide in package.json
8+
- upgrade files in public/pyodide
9+
- download from https://github.com/pyodide/pyodide/releases and extract the files
10+
- download pyodide and pyodide-core
11+
- place only the needed files from pyodide in the public/pyodide folder
12+
- place all files from pyodide-core in the public/pyodide folder
13+

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"i18next-browser-languagedetector": "^8.0.0",
4242
"lucide-react": "^0.436.0",
4343
"papaparse": "^5.4.1",
44-
"pyodide": "0.26.2",
44+
"pyodide": "0.27.3",
4545
"react": "^18.3.1",
4646
"react-dom": "^18.3.1",
4747
"react-dropzone": "^14.2.3",

0 commit comments

Comments
 (0)