pythonPackages.gradient-utils: relax wheel depedency
This commit is contained in:
parent
fbd9d8e3a5
commit
c3c1358ca2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
substituteInPlace pyproject.toml \
|
||||
--replace 'numpy = "1.18.5"' 'numpy = "^1.18.5"' \
|
||||
--replace 'hyperopt = "0.1.2"' 'hyperopt = ">=0.1.2"' \
|
||||
--replace 'wheel = "^0.35.1"' 'wheel = "^0.36"'
|
||||
--replace 'wheel = "^0.35.1"' 'wheel = "*"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
|
Loading…
Reference in a new issue