python3Packages.pytorch-lightning: 1.5.10 -> 1.6.3
This commit is contained in:
parent
291a12d9a7
commit
4c54121353
1 changed files with 2 additions and 7 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytorch-lightning";
|
pname = "pytorch-lightning";
|
||||||
version = "1.5.10";
|
version = "1.6.3";
|
||||||
|
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
|
@ -22,14 +22,9 @@ buildPythonPackage rec {
|
||||||
owner = "PyTorchLightning";
|
owner = "PyTorchLightning";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
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 = [
|
propagatedBuildInputs = [
|
||||||
packaging
|
packaging
|
||||||
future
|
future
|
||||||
|
|
Loading…
Reference in a new issue