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

Created environment.yml file that will install all necessary packages… #40

Merged
merged 3 commits into from
May 2, 2024

Conversation

KevinCounts
Copy link
Collaborator

This pull request is to create a new environment.yml file that users can use to create a new conda virtual environment to run score-db without installing any additional packages. The environment.yml file will install the following packages, including their dependencies, through the conda-forge channel:

pytest
netcdf4
xarray
pandas
numpy
scipy
dask
pyyaml
sqlalchemy=1.4.49
matplotlib
python-dotenv
psycopg2
geoalchemy2
sqlalchemy-utils

Note: sqlalchemy is pinned to version 1.4.49 to to prevent issues in the experiment registration process

… to run score-db. This also pins sqlalchemy to version 1.4.49
@KevinCounts KevinCounts added the enhancement New feature or request label Apr 25, 2024
@KevinCounts KevinCounts requested review from amschne and jrknezha April 25, 2024 18:58
Copy link
Collaborator

@amschne amschne left a comment

Choose a reason for hiding this comment

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

Verified successful install of this environment, all unit tests passing with #39

@KevinCounts KevinCounts merged commit ad43d38 into develop May 2, 2024
@KevinCounts KevinCounts deleted the improvement/environment branch May 2, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants