From ee5ec6b7be3c939668f49336095bf2b743ef8f84 Mon Sep 17 00:00:00 2001 From: Anirudh Dagar Date: Thu, 18 Aug 2022 10:16:22 +0200 Subject: [PATCH] Add SciPy to list of projects using Pooch (#320) Commit https://github.com/scipy/scipy/commit/d58e74655e1129d5d18f034b5a0219dba90368d3 added a `scipy.datasets` submodule which will be released in SciPy 1.10, with Pooch as an optional dependency. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e593069c..7d337d9a 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ def fetch_gravity_data(): ## Projects using Pooch +* [SciPy](https://github.com/scipy/scipy) * [scikit-image](https://github.com/scikit-image/scikit-image) * [MetPy](https://github.com/Unidata/MetPy) * [icepack](https://github.com/icepack/icepack)