timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
4.92k stars 622 forks source link

Downgrading pytorch? #831

Open carbocation opened 10 months ago

carbocation commented 10 months ago

Is tsai really incompatible with pytorch 2.1? If I fix the pytorch version (which is the nightly version, 2.1.0.devXXX), I can't install the latest tsai version:

ERROR: Cannot install tsai==0.3.7 because these package versions have conflicting dependencies.

The conflict is caused by:
    tsai 0.3.7 depends on torch<2.1 and >=1.7
    The user requested (constraint) torch>=2.1.0.dev20230903

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict