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
At the moment, we pip install pathways/ and then we pip install master/requirements.txt. This second command gives errors because of unresolvable conflicts (e.g. markdown_it v2.0 in pyproject.toml and v0.6 in requirements.txt). We could update the pyproject.toml file and downgrade some dependency versions.
The text was updated successfully, but these errors were encountered:
At the moment, we
pip install pathways/
and then wepip install master/requirements.txt
. This second command gives errors because of unresolvable conflicts (e.g. markdown_it v2.0 in pyproject.toml and v0.6 in requirements.txt). We could update the pyproject.toml file and downgrade some dependency versions.The text was updated successfully, but these errors were encountered: