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
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==2.2.2, but you have pandas 2.0.3 which is incompatible.
mizani 0.11.4 requires pandas>=2.1.0, but you have pandas 2.0.3 which is incompatible.
osqp 0.6.7.post0 requires scipy!=1.12.0,>=0.13.2, but you have scipy 1.12.0 which is incompatible.
My laptop prints the same thing for scipy: aeon 0.9 seemingly requires scipy <=1.12.0 and tsfesh requires scipy >=1.14.0.
Steps/Code to reproduce the bug
No response
Expected results
"tsml-eval installed successfully"
Actual results
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==2.2.2, but you have pandas 2.0.3 which is incompatible.
mizani 0.11.4 requires pandas>=2.1.0, but you have pandas 2.0.3 which is incompatible.
osqp 0.6.7.post0 requires scipy!=1.12.0,>=0.13.2, but you have scipy 1.12.0 which is incompatible.
The text was updated successfully, but these errors were encountered:
Hello, I take it this is the latest release? Does it work with a fresh environment with no other packages installed prior?
The issue is really the latest aeon release does not support pandas>=2.1.0 or scipy<1.13.0, so even if I make a release here with that I'm not sure it would help. This should be resolved with aeon==1.0.0, but no timeframe for that yet.
Describe the bug
Google colab prints this:
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==2.2.2, but you have pandas 2.0.3 which is incompatible.
mizani 0.11.4 requires pandas>=2.1.0, but you have pandas 2.0.3 which is incompatible.
osqp 0.6.7.post0 requires scipy!=1.12.0,>=0.13.2, but you have scipy 1.12.0 which is incompatible.
My laptop prints the same thing for scipy: aeon 0.9 seemingly requires scipy <=1.12.0 and tsfesh requires scipy >=1.14.0.
Steps/Code to reproduce the bug
No response
Expected results
"tsml-eval installed successfully"
Actual results
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==2.2.2, but you have pandas 2.0.3 which is incompatible.
mizani 0.11.4 requires pandas>=2.1.0, but you have pandas 2.0.3 which is incompatible.
osqp 0.6.7.post0 requires scipy!=1.12.0,>=0.13.2, but you have scipy 1.12.0 which is incompatible.
The text was updated successfully, but these errors were encountered: