python39Packages.tensorflow-tensorboard: relax version constraint

This commit is contained in:
Sandro Jäckel 2022-03-28 12:27:02 +02:00
parent 83712ae183
commit 8923ef18cf
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -42,7 +42,8 @@ buildPythonPackage rec {
pushd unpacked/tensorboard-${version}
substituteInPlace tensorboard-${version}.dist-info/METADATA \
--replace "google-auth (<2,>=1.6.3)" "google-auth (<3,>=1.6.3)"
--replace "google-auth (<2,>=1.6.3)" "google-auth (<3,>=1.6.3)" \
--replace "google-auth-oauthlib (<0.5,>=0.4.1)" "google-auth-oauthlib (<0.6,>=0.4.1)"
popd
wheel pack ./unpacked/tensorboard-${version}