Skip to content

Commit 41f9b74

Browse files
committed
1 parent c79d04d commit 41f9b74

File tree

1 file changed

+0
-3
lines changed
  • pkgs/development/python-modules/dask-awkward

1 file changed

+0
-3
lines changed

pkgs/development/python-modules/dask-awkward/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
lib,
33
buildPythonPackage,
4-
pythonOlder,
54
fetchFromGitHub,
65

76
# build-system
@@ -31,8 +30,6 @@ buildPythonPackage rec {
3130
version = "2024.9.0";
3231
pyproject = true;
3332

34-
disabled = pythonOlder "3.8";
35-
3633
src = fetchFromGitHub {
3734
owner = "dask-contrib";
3835
repo = "dask-awkward";

0 commit comments

Comments
 (0)