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 conda dev env and pytest settings in setup.cfg #784

Merged
merged 5 commits into from
Nov 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused packages and update to python=3.9.7
  • Loading branch information
tomvothecoder committed Nov 2, 2021
commit bc7e00b47a70f9b7ba9dfdaf9e5b2dcc6a730821
5 changes: 1 addition & 4 deletions conda-env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ channels:
dependencies:
# Base
# ==================
- python=3.8.10
- python=3.9.7
- pip=21.2.4
- numpy=1.21.3
- matplotlib=3.4.3
- cdat::vcs=8.2.1
- cdat::vcsaddons=8.2.1
- cdms2=3.1.5
- genutil=8.2.1
- cdutil=8.2.1
- cdp=1.7.0
- PCMDI::cia=0.0.6
- proj4=6.1.1
# Testing
# ==================
Expand Down