Skip to content

Commit

Permalink
Merge pull request #123 from TeaganKing/cupid_analysis_env
Browse files Browse the repository at this point in the history
Include `geopandas` in cupid-analysis environment
  • Loading branch information
TeaganKing authored Aug 20, 2024
2 parents d2cc4d0 + 5ca583a commit 5c2b957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### All Submissions:

* [ ] Have you followed the guidelines in our Contributer's Guide](https://github.com/NCAR/CUPiD/wiki/Contributor's-Guide) (including the `pre-commit` check)?
* [ ] Have you followed the guidelines in our [Contributor's Guide](https://github.com/NCAR/CUPiD/wiki/Contributor's-Guide) (including the `pre-commit` check)?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?

<!-- You can erase any parts of this template not applicable to your Pull Request. -->
Expand All @@ -13,5 +13,4 @@
### Changes to Core Features:

* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Have you written new tests for your core changes, as applicable?
* [ ] Have you successfully ran tests with your changes locally?
* [ ] Have you successfully tested your changes locally?
1 change: 1 addition & 0 deletions environments/cupid-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- dask
- distributed
- geocat-comp
- geopandas
- intake
- intake-esm
- intake-xarray
Expand Down

0 comments on commit 5c2b957

Please sign in to comment.