Skip to content

Commit

Permalink
Update to specific version, add comments on building no_rmg_dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang authored and mjohnson541 committed Jun 7, 2023
1 parent d5d8524 commit 898fa16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyrms/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ package:
version: {{ version }}

source:
git_rev: main
git_rev: v1.0.2 # change to the version on GitHub to build
git_url: https://github.com/ReactionMechanismGenerator/pyrms.git

build:
number: '1'
string: rmg_1
string: rmg_1 # change to no_rmg_dep if building for RMG

requirements:
build:
Expand All @@ -22,7 +22,7 @@ requirements:
- julia>=1.3
- diffeqpy
- pyjulia
- rmg>=3.0.0
- rmg>=3.0.0 # remove this if building for RMG
- rdkit
- pydot
- matplotlib
Expand Down

0 comments on commit 898fa16

Please sign in to comment.