python310Packages.lightgbm: unbreak

This commit is contained in:
Ben Darwin
2023-02-21 14:22:03 -05:00
parent ffdae3d386
commit 5df6f1809d
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "lightgbm";
version = "3.3.5";
format = "other";
format = "setuptools";
disabled = pythonOlder "3.7";