mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python3Packages.pytorch-lightning: 1.5.10 -> 1.6.3
This commit is contained in:
parent
291a12d9a7
commit
4c54121353
@ -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…
Reference in New Issue
Block a user