python3Packages.pytorch-lightning: 1.5.10 -> 1.6.3

main
Someone Serge 2 years ago
parent 291a12d9a7
commit 4c54121353
No known key found for this signature in database
GPG Key ID: 7B0E3B1390D61DA4
  1. 9
      pkgs/development/python-modules/pytorch-lightning/default.nix

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pytorch-lightning";
version = "1.5.10";
version = "1.6.3";
disabled = isPy27;
@ -22,14 +22,9 @@ buildPythonPackage rec {
owner = "PyTorchLightning";
repo = pname;
rev = version;
sha256 = "sha256-GP6/VZuRv8dS5wKQW7RbtOSa2vV9Af2Jp+ioEW3bIgc=";
hash = "sha256-MEUFrj84y5lQfwbC9s9fJNOKo+Djeh+E/eDc8KeX7V4=";
};
postPatch = ''
sed -i '/setuptools==/d' requirements.txt
sed -i 's/pyDeprecate==/pyDeprecate>=/' requirements.txt
'';
propagatedBuildInputs = [
packaging
future

Loading…
Cancel
Save