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
There are multiple packages in ./jupyter/requirements.txt that have missing or broken dependencies and versions. The required version numbers need to be updated. A potential workaround (Worked for me) is to change all of the "==" version requirements to ">=" and sacrifice a goat in hopes pip can figure it out. Obviously that isn't a recommended solution. It would probably be good to do a pass over ./cli/requirements.txt as well.
The text was updated successfully, but these errors were encountered:
There are multiple packages in ./jupyter/requirements.txt that have missing or broken dependencies and versions. The required version numbers need to be updated. A potential workaround (Worked for me) is to change all of the "==" version requirements to ">=" and sacrifice a goat in hopes pip can figure it out. Obviously that isn't a recommended solution. It would probably be good to do a pass over ./cli/requirements.txt as well.
The text was updated successfully, but these errors were encountered: