latest release of google-cloud-storage is ==1.14.0
we use ==1.2.0 in requirements and restrict to <2.0 in setup.py (so the latest version is accepted in setup.py).
The problem is that the API we use was incompatibly changed somewhere in-between. So probably at some point we'll have to update that too to keep up.
Right now it's left as it is, because it works when the strict requirements are satisfied.
But i was held up by this exact issue after installing modelforge through pip, so probably we should do smth already.
Previous configuration had fatal conflicts.
P.S. Important:
google-cloud-storage
is==1.14.0
==1.2.0
in requirements and restrict to<2.0
insetup.py
(so the latest version is accepted insetup.py
).The problem is that the API we use was incompatibly changed somewhere in-between. So probably at some point we'll have to update that too to keep up. Right now it's left as it is, because it works when the strict requirements are satisfied.
But i was held up by this exact issue after installing modelforge through pip, so probably we should do smth already.