Skip to content

Commit

Permalink
Drop requests module polyfill (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Feb 6, 2024
1 parent 4d0f71e commit 45addab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 84 deletions.
2 changes: 0 additions & 2 deletions recipes/recipes_emscripten/requests-wasm-polyfill/build.sh

This file was deleted.

52 changes: 0 additions & 52 deletions recipes/recipes_emscripten/requests-wasm-polyfill/recipe.yaml

This file was deleted.

This file was deleted.

7 changes: 3 additions & 4 deletions recipes/recipes_emscripten/scikit-learn/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ source:
- patches/patch_away_urllib.patch

build:
number: 2
script:
number: 3
script:
- export CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
- python -m pip install . -vv

Expand All @@ -31,7 +31,7 @@ requirements:
- setuptools
host:
- python
# temporary pin pip to avoid missing oldest-supported-numpy error
# temporary pin pip to avoid missing oldest-supported-numpy error
# - cython >=0.29.24
# - libcblas
- numpy
Expand All @@ -46,7 +46,6 @@ requirements:
- scipy
- joblib >=1.0.0
- threadpoolctl >=2.0.0
- requests-wasm-polyfill

# {% set tests_to_skip = "_not_a_real_test" %}
# {% set extra_pytest_args = "" %}
Expand Down
5 changes: 2 additions & 3 deletions recipes/recipes_emscripten/xeus-python/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:


build:
number: 0
number: 1

requirements:
build:
Expand All @@ -26,13 +26,12 @@ requirements:
- pybind11
- pybind11_json
- xtl
- pyjs >=1.3.2,<2.0.0
- pyjs >=1.4,<2.0.0
run:
- python
- ipython
- jedi
- xeus-python-shell >=0.6.0,<0.7
- requests-wasm-polyfill >=0.3.0

test:
commands:
Expand Down

0 comments on commit 45addab

Please sign in to comment.