Skip to content

Commit

Permalink
Update joblib from 1.4.0 to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emscripten-forge-bot committed May 3, 2024
1 parent fc8a655 commit db723f7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions recipes/recipes_emscripten/joblib/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: "1.4.0"
version: 1.4.1

package:
name: joblib
version: '{{ version }}'

source:
- url: https://github.com/joblib/joblib/archive/{{ version }}.tar.gz
sha256: da0b0297c5578ced1a9ad8bad44f8d6ab847401c6707dc7b8c62a4c27d9e4516
- url: https://github.com/joblib/joblib/archive/{{ version }}.tar.gz
sha256: a66622d087f123bc5a3501ffdc0d00514d5a2bba92a97082a8e4f1dfe03f96d4


build:
Expand All @@ -16,15 +16,15 @@ build:

requirements:
build:
- cross-python_emscripten-wasm32
- python >=3.6
- pip
- cross-python_emscripten-wasm32
- python >=3.6
- pip
host:
- python >=3.6
- python >=3.6
run:
- python >=3.6
- setuptools
- numpy
- python >=3.6
- setuptools
- numpy

about:
home: https://pypi.org/project/joblib/
Expand All @@ -37,8 +37,8 @@ extra:
emscripten_tests:
python:
requires:
- numpy
- numpy
pytest_files:
- test_joblib.py
- test_joblib.py
recipe-maintainers:
- martinRenou
- martinRenou

0 comments on commit db723f7

Please sign in to comment.