AI4HealthUOL / SSSD

Repository for the paper: 'Diffusion-based Time Series Imputation and Forecasting with Structured State Space Models'
MIT License
270 stars 47 forks source link

How to install packages in requirements? #14

Closed Nicholas0917 closed 1 year ago

Nicholas0917 commented 1 year ago

I can not use ""pip install" or "conda install" to build the environment, due to the "@file" in the requirements.txt. Could you use "pip list --format=freeze > requirements.txt" to create requirements? I think that command can really help me.

juanlopezcode commented 1 year ago

I have updated the requirements file Hope this helps

Nicholas0917 commented 1 year ago

thanks a lot