singularity-energy / open-grid-emissions

Tools for producing high-quality hourly generation and emissions data for U.S. electric grids
MIT License
67 stars 4 forks source link

Update conda environment #345

Closed grgmiller closed 4 months ago

grgmiller commented 4 months ago

Purpose

In our most recent releases, we updated the pipenv and readme instructions for using pipenv, but we have not kept the conda environment up to date since we were not actively using it. However, a user was trying to run OGE using conda, and was running into issues when trying to install the conda environment. This PR fixes those issues.

What the code is doing

N/A

Testing

Installed a fresh conda environment, and ran the full OGE pipeline for 2019 with the --skip_outputs option on a windows machine.

Where to look

Modifies environment.yml and the README

Usage Example/Visuals

N/A

Review estimate

5 min to look at code, longer if testing on Mac OS.

Future work

N/A

Checklist