From db723f72ab94aefa65d829ca65fc460ea9334669 Mon Sep 17 00:00:00 2001 From: emscripten-forge-bot Date: Fri, 3 May 2024 00:58:43 +0000 Subject: [PATCH] Update joblib from 1.4.0 to 1.4.1 --- recipes/recipes_emscripten/joblib/recipe.yaml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/recipes/recipes_emscripten/joblib/recipe.yaml b/recipes/recipes_emscripten/joblib/recipe.yaml index 87aaebcd9..538f879ba 100644 --- a/recipes/recipes_emscripten/joblib/recipe.yaml +++ b/recipes/recipes_emscripten/joblib/recipe.yaml @@ -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: @@ -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/ @@ -37,8 +37,8 @@ extra: emscripten_tests: python: requires: - - numpy + - numpy pytest_files: - - test_joblib.py + - test_joblib.py recipe-maintainers: - - martinRenou + - martinRenou