mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 07:01:12 +00:00
python314Packages.guidata: enable python 3.14
Python 3.14 is supported since guidata 3.14.1 (https://github.com/PlotPyStack/guidata/issues/97).
This commit is contained in:
@@ -41,9 +41,6 @@ buildPythonPackage rec {
|
||||
hash = "sha256-iUfZX51Ef1PY7roy9ER8hG34BAhCLs3Sagoasd5BT3E=";
|
||||
};
|
||||
|
||||
# https://github.com/PlotPyStack/guidata/issues/97
|
||||
disabled = pythonAtLeast "3.14";
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user