about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dask
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 20:07:05 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:59:33 +0100
commit0718529ca179d3d17c2466dff5ded001d8e58032 (patch)
treebee07c2bfd74e635747929ab8648d58272647dc4 /pkgs/development/python-modules/dask
parentf3525433c8a86c371a9196869bba939a720131e7 (diff)
python310Packages.dask: 2023.1.0 -> 2023.2.1
Diff: https://github.com/dask/dask/compare/2023.1.0...2023.2.1

Changelog: https://docs.dask.org/en/latest/changelog.html
Diffstat (limited to 'pkgs/development/python-modules/dask')
-rw-r--r--pkgs/development/python-modules/dask/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/dask/default.nix b/pkgs/development/python-modules/dask/default.nix
index b347e93bbe107..c6e9a1b9eff53 100644
--- a/pkgs/development/python-modules/dask/default.nix
+++ b/pkgs/development/python-modules/dask/default.nix
@@ -28,7 +28,7 @@
 
 buildPythonPackage rec {
   pname = "dask";
-  version = "2023.1.0";
+  version = "2023.2.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
     owner = "dask";
     repo = pname;
     rev = version;
-    hash = "sha256-avyrKBAPyYZBNgItnkNCferqb6+4yeGpBAZhSkL/fFA=";
+    hash = "sha256-7cuTxJ5SxOEf0v+SvSiaz7x8YYTx/qIS+KktbtubiDU=";
   };
 
   propagatedBuildInputs = [
@@ -101,8 +101,6 @@ buildPythonPackage rec {
     "--reruns 3"
     # Don't run tests that require network access
     "-m 'not network'"
-    # DeprecationWarning: The 'sym_pos' keyword is deprecated and should be replaced by using 'assume_a = "pos"'. 'sym_pos' will be removed in SciPy 1.11.0.
-    "-W" "ignore::DeprecationWarning"
   ];
 
   disabledTests = lib.optionals stdenv.isDarwin [