Skip to content

Commit 22dbb68

Browse files
committed
Update arc_env file
This is due to the recent rmg environment update. removed nosetests (deprecated), and updated numpy and cantera versions.
1 parent f84e4c1 commit 22dbb68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ channels:
33
- defaults
44
- rmg
55
- conda-forge
6+
- cantera
67
dependencies:
78
- cairo
89
- cairocffi
9-
- rmg::cantera >=2.3.0
10+
- cantera::cantera=2.6
1011
- conda-forge::cclib >=1.7.0
1112
- rmg::chemprop
1213
- coolprop
@@ -25,9 +26,8 @@ dependencies:
2526
- mpmath
2627
- rmg::muq2
2728
- networkx
28-
- nose
2929
- rmg::numdifftools
30-
- numpy >=1.10.0
30+
- numpy =1.20.1
3131
- conda-forge::openbabel >= 3
3232
- pandas
3333
- psutil

0 commit comments

Comments
 (0)