Fix pandas install instruction (#326)

*Issue #, if available:*

*Description of changes:*


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
This commit is contained in:
Abdul Fatir 2025-10-20 16:11:37 +02:00 committed by GitHub
parent 7a8427d18e
commit 330c5438a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ pip install chronos-forecasting
A minimal example showing how to perform forecasting using Chronos-2:
```python
import pandas as pd # requires: pip install pandas
import pandas as pd # requires: pip install 'pandas[pyarrow]'
from chronos import Chronos2Pipeline
pipeline = Chronos2Pipeline.from_pretrained("s3://autogluon/chronos-2", device_map="cuda")