Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requirements.txt file to collate the dependencies #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

surbhigoel77
Copy link
Collaborator

@surbhigoel77 surbhigoel77 commented Aug 22, 2024

Closes #1

@ma595
Copy link
Collaborator

ma595 commented Sep 11, 2024

Please check if xarray[netcdf4] is needed, or if pip install netcdf4 will suffice.

We also need a version added to scikit-learn.

A frozen-requirements.txt is provided in the notes repo.

@ma595 ma595 changed the title Adding requirements.txt file to collate the dependencies [WIP] Adding requirements.txt file to collate the dependencies Sep 11, 2024
@ma595 ma595 changed the title [WIP] Adding requirements.txt file to collate the dependencies [WIP] Add requirements.txt file to collate the dependencies Sep 11, 2024
@ma595 ma595 changed the title [WIP] Add requirements.txt file to collate the dependencies Add requirements.txt file to collate the dependencies Sep 18, 2024
@ma595 ma595 marked this pull request as ready for review September 18, 2024 20:25
Copy link
Collaborator

@ma595 ma595 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked out the code again, pip installed the repo with python==3.9 inside a venv, and the deployment works. Check whether xarray[complete] is absolutely necessary.

@ma595
Copy link
Collaborator

ma595 commented Sep 23, 2024

@surbhigoel77, can you please confirm that the requirements install successfully and you have executed at least the main_forcast.py file.

@ma595 ma595 assigned ma595 and unassigned surbhigoel77 Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a requirements.txt
2 participants