We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753d021 commit e779d99Copy full SHA for e779d99
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
-c https://repo.mamba.pm/emscripten-forge \
48
-c https://repo.mamba.pm/conda-forge \
49
--yes \
50
- "pyjs>=0.8.0" numpy
+ "pyjs==0.8.0" numpy
51
52
53
# donload empack config
build_page.sh
@@ -8,7 +8,7 @@ micromamba create -n pyjs-build-wasm \
8
9
10
11
12
13
# create build/work dir
14
mkdir -p build
0 commit comments