Skip to content

Commit

Permalink
Update arc_env file
Browse files Browse the repository at this point in the history
This is due to the recent rmg environment update. removed nosetests (deprecated), and updated numpy and cantera versions.
  • Loading branch information
kfir4444 committed May 9, 2023
1 parent b64e18b commit c7ad81a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ channels:
- defaults
- rmg
- conda-forge
- cantera
dependencies:
- cairo
- cairocffi
- rmg::cantera >=2.3.0
- cantera::cantera=2.6
- conda-forge::cclib >=1.7.0
- rmg::chemprop
- coolprop
Expand All @@ -25,9 +26,8 @@ dependencies:
- mpmath
- rmg::muq2
- networkx
- nose
- rmg::numdifftools
- numpy >=1.10.0
- numpy =1.22.0
- conda-forge::openbabel >= 3
- pandas
- psutil
Expand All @@ -37,7 +37,7 @@ dependencies:
- pymongo
- pyparsing
- rmg::pyrdl
- python >=3.7
- python=3.11
- pyyaml
- rmg::quantities
- rmg::rdkit >=2020.03.3.0
Expand Down

0 comments on commit c7ad81a

Please sign in to comment.