score_sde
score_sde copied to clipboard
Requirements are broken due to new dependency releases
The repository cannot be installed at the moment probably due to new releases of dependencies. I suspect the issue is that the version of tensorflow_io
is not specified and some versioning around the tensorflow-probability
library is incorrectly specified somewhere upstream.
This seems to work but the versions likely differ from what you have used
ml-collections==0.1.0
tensorflow-gan==2.0.0
tensorflow_io==0.17.1
tensorflow_datasets==3.1.0
tensorflow==2.4.0
tensorflow-addons==0.12.0
tensorboard==2.4.0
absl-py==0.10.0
flax==0.3.1
jax==0.2.8
jaxlib==0.1.59
tensorflow-probability==0.12.2
Would it be possible for you to report the version of python that you are using and run pip freeze > requirements.txt
to help with reproducibility?
The repository cannot be installed at the moment probably due to new releases of dependencies. I suspect the issue is that the version of
tensorflow_io
is not specified and some versioning around thetensorflow-probability
library is incorrectly specified somewhere upstream.This seems to work but the versions likely differ from what you have used
ml-collections==0.1.0 tensorflow-gan==2.0.0 tensorflow_io==0.17.1 tensorflow_datasets==3.1.0 tensorflow==2.4.0 tensorflow-addons==0.12.0 tensorboard==2.4.0 absl-py==0.10.0 flax==0.3.1 jax==0.2.8 jaxlib==0.1.59 tensorflow-probability==0.12.2
Would it be possible for you to report the version of python that you are using and run
pip freeze > requirements.txt
to help with reproducibility?
Hi samedii. I am currently facing the same questions with you, have you find these requirements out?