Skip to content

Commit 4ec7b4c

Browse files
authored
Merge pull request #253 from ReactionMechanismGenerator/dev
Update RMG website environmental file
2 parents 0378145 + e0dbc1b commit 4ec7b4c

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ For detailed instructions on setting up a local version of RMG-website,
2222
please see the [wiki page](https://github.com/ReactionMechanismGenerator/RMG-Py/wiki/Setting-up-RMG-website)
2323
in RMG-Py.
2424

25-
<em>*After updating your `rmg_env` environment, be sure to install `descriptastorus` using the following command</em>
26-
```
27-
pip install git+https://github.com/bp-kelley/descriptastorus
28-
```
29-
3025
## Credits
3126
- [Professor William H. Green's research group](http://cheme.scripts.mit.edu/green-group/) at the
3227
[Massachusetts Institute of Technology](http://web.mit.edu/)

environment.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,34 @@ dependencies:
1414
- cython >=0.25.2
1515
- docutils
1616
- django =2.2
17-
- gprof2dot
17+
- rmg::gprof2dot
1818
- graphviz
1919
- jinja2
20+
- conda-forge::julia>=1.8.5,!=1.9.0
2021
- libgcc
2122
- lxml
2223
- markupsafe
2324
- matplotlib >=1.5
24-
- mopac
25-
- nose
25+
- conda-forge::mopac
2626
- numpy >=1.10.0
2727
- conda-forge::openbabel >= 3
28+
- pip
29+
- pip:
30+
- git+https://github.com/bp-kelley/descriptastorus@2.5.0
2831
- psutil
29-
- pydas >=1.0.1
32+
- rmg::pydas >=1.0.3
3033
- pydot
31-
- pydqed >=1.0.0
34+
- rmg::pydqed >=1.0.3
3235
- pyparsing
3336
- python >=3.7
3437
- pytorch
35-
- quantities
38+
- rmg::quantities
39+
- rmg::rdkit >=2020.03.3.0
3640
- scipy
3741
- solprop_ml >=1.2
38-
- symmetry
42+
- rmg::symmetry
3943
- torchvision
4044
- torchaudio
41-
- rdkit >=2018
4245
- xlrd
4346
- xlsxwriter
4447
- xlwt

0 commit comments

Comments
 (0)