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
Describe the bug
Installing the library on Colab seems to require an older version of pandas
To Reproduce
Steps to reproduce the behavior:
Run pip install on Google Colab
Screenshots
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-colab 1.0.0 requires pandas==1.5.3, but you have pandas 2.0.3 which is incompatible.
The text was updated successfully, but these errors were encountered:
Overriding the pandas version from 1.5.3 to newer pandas 2.x.x hasn't caused us any issues in our testing. Please let us know if any specific issues in running gnss_lib_py come up for you.
Describe the bug
Installing the library on Colab seems to require an older version of pandas
To Reproduce
Steps to reproduce the behavior:
Run pip install on Google Colab
Screenshots
The text was updated successfully, but these errors were encountered: