mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
* Upgrade to Pyodide 0.23.2 * Update changelog * Use @param decorator to fix kmeans examlpe * Separate zz_example tests to run sequentially * Remove pytest.raises from pyscript_src_not_found test, use check_js_errors instead * Add 'check_js_errors' to wait_for_pyscript
26 lines
516 B
YAML
26 lines
516 B
YAML
channels:
|
|
- defaults
|
|
- conda-forge
|
|
- microsoft
|
|
dependencies:
|
|
- python=3.11.3
|
|
- pip
|
|
- pytest=7.1.2
|
|
- nodejs=16
|
|
- black
|
|
- isort
|
|
- codespell
|
|
- pre-commit
|
|
- pillow
|
|
- numpy
|
|
- markdown
|
|
- toml
|
|
- pip:
|
|
- playwright==1.33.0
|
|
- pytest-playwright==0.3.3
|
|
- pytest-xdist==3.3.0
|
|
# We need Pyodide and micropip so we can import them in our Python
|
|
# unit tests
|
|
- pyodide_py==0.23.2
|
|
- micropip==0.2.2
|