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
Currently the python dependencies to install are declared in those place:
in the setup.py
in the environment.yml
in the dockerfile
As far I can tell they do not match.
I would suggest relying only on the python packaging option to have a single source of truth for these otherwise you may run into some reproducibility issue and that would be kind of ironic...
The text was updated successfully, but these errors were encountered:
Currently the python dependencies to install are declared in those place:
As far I can tell they do not match.
I would suggest relying only on the python packaging option to have a single source of truth for these otherwise you may run into some reproducibility issue and that would be kind of ironic...
The text was updated successfully, but these errors were encountered: