Skip to content

Commit

Permalink
Create separate environment.yml files for Mac and Linux operating sys…
Browse files Browse the repository at this point in the history
…tems
  • Loading branch information
connie committed Jun 30, 2016
1 parent 898ebfc commit 55dbcdd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
File renamed without changes.
35 changes: 35 additions & 0 deletions environment_mac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: rmg_env
channels:
- defaults
- rmg
dependencies:
- libgcc # [unix]
- python
- numpy >=1.10.0
- cantera >=2.2
- coolprop
- cython ==0.21
- matplotlib >=1.5
- rdkit >=2015.09.2
- pydas >=1.0.1
- pydqed >=1.0.0
- quantities
- scipy
- xlwt
- markupsafe
- jinja2
#- argparse # [py26]
- pyparsing
- pydot
- nose
- coverage
- guppy
- gprof2dot
- cairo
- cairocffi
- openbabel
- psutil
- symmetry
- mopac
- graphviz
- scoop

0 comments on commit 55dbcdd

Please sign in to comment.