time-series-foundation-models / lag-llama

Lag-Llama: Towards Foundation Models for Probabilistic Time Series Forecasting
Apache License 2.0
1.24k stars 154 forks source link

PyPI availability of lag-llama package #98

Open macarw opened 2 months ago

macarw commented 2 months ago

Hi lag-llama team,

Thank you for developing this project, it's a highly valuable resource. I wasn't able to find the lag-llama package on PyPI, which makes it a bit challenging to integrate into projects using tools like Poetry.

Could you let me know if there are any plans to publish lag-llama to PyPI, or if it's already available under a different name?

Best regards.

ashok-arjun commented 2 months ago

Hi, you can install it withpip install git+https://github.com/time-series-foundation-models/lag-llama.git.

macarw commented 2 months ago

Thank you for the quick response. I’m aware that the package can be installed directly from the repository. I was just curious if there are any plans to publish the project on PyPI in the future, as my team and I are encountering some challenges with security audits.

ashok-arjun commented 1 month ago

Yes, I can publish this in PyPI if it's really required for you. Can you let me know if they've been resolved?

macarw commented 1 month ago

We're still encountering the issue. We’re eager to integrate lag-llama into our project, but the lack of availability on PyPI is causing problems with pip-audit, which complicates our dependency management and affects our security controls. Thank you again for your support. I truly appreciate your willingness to publish the library on PyPI and I’m looking forward to its release.