You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the cmip6-downscaling on my machine.
I notice that some of instructions are missing, like which Tensorflow version is installed? which Jupyterlab is installed?
Is it possible to post a full requirement for installation?
Best,
Maruf
The text was updated successfully, but these errors were encountered:
Hi Maruf, TensorFlow is defined as an optional dependency because it is only needed for the DeepSD method. To install with the optional dependencies, you can use python -m pip install cmip6-downscaling[deepsd] which will install the latest version of tensorflow and tensorflow-io.
Thanks for the note about the missing JupyterLab dependency. We used the cmip6-downscaling-single-user docker image to create the example notebooks, which has JupyterLab 3.4.3.
I am trying to install the cmip6-downscaling on my machine.
I notice that some of instructions are missing, like which Tensorflow version is installed? which Jupyterlab is installed?
Is it possible to post a full requirement for installation?
Best,
Maruf
The text was updated successfully, but these errors were encountered: