https://github.com/bryanwweber/UConnRCMPy
Raw File
Tip revision: cbff71d9d507680ede982f45cc9395d345e82589 authored by Bryan W. Weber on 27 June 2017, 16:28:19 UTC
Fix KeyErrors when adding *_case experiments
Tip revision: cbff71d
environment.yml
name: test-environment
channels:
- cantera
- defaults
- conda-forge
- bryanwweber
dependencies:
  - cantera>=2.3.0
  - matplotlib>=1.4.0
  - numpy>=1.8.0
  - pyyaml>=3.12
  - pyperclip>=1.5.27
  - pytest>=3.0.0
  - pytest-cov>=2.3.1
  - python=${PYTHON}
  - scipy>=0.18.0
back to top