tsherwen / AC_tools

Module for working with global/regional Chemical Transport Model (CTM) output and observations
MIT License
13 stars 10 forks source link

Clean up dependency specification #92

Closed kilicomu closed 4 years ago

kilicomu commented 4 years ago

This commit adds three things:

* a minimal conda environment spec for AC_tools, in
  environment.yaml
* version-specific module import conditions for modules that are only
  relevant for now-deprecated Python 2 AC_tools content (preventing
  import failure warning messages from appearing in Python 3
  environments)
* additional `install_requires` dependencies to correctly reflect
  minimal project requirements
tsherwen commented 4 years ago

Looks good. Thanks for this @kilicomu!

closes #92