AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

Correct numpy dependency for dask 2021.03.1 #105

Closed chenghlee closed 3 years ago

chenghlee commented 3 years ago

Changes for this hot fix:

--- main/noarch/reference_repodata.json 2021-04-02 15:26:32.927886021 -0500
+++ main/noarch/repodata-patched.json   2021-04-02 15:26:39.187777022 -0500
@@ -14624,7 +14624,7 @@
         "cytoolz >=0.8.2",
         "dask-core 2021.3.1.*",
         "distributed >=2021.3.1",
-        "numpy >=1.15.1",
+        "numpy >=1.16",
         "pandas >=0.25.0",
         "python >=3.7"
       ],
@@ -77138,7 +77138,7 @@
         "cytoolz >=0.8.2",
         "dask-core 2021.3.1.*",
         "distributed >=2021.3.1",
-        "numpy >=1.15.1",
+        "numpy >=1.16",
         "pandas >=0.25.0",
         "python >=3.7"
       ],