Skip to content

Commit

Permalink
Add python restriction to recipe run blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Sep 10, 2023
1 parent bb2748c commit 822f421
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-build/qcarchivetesting/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ requirements:
- versioningit

run:
- python >=3.8
- qcfractal ={{ version }}
- qcengine
- pytest
Expand Down
1 change: 1 addition & 0 deletions conda-build/qcfractal/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ requirements:
- versioningit

run:
- python >=3.8
- flask
- flask-jwt-extended
- gunicorn
Expand Down
1 change: 1 addition & 0 deletions conda-build/qcfractalcompute/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ requirements:
- versioningit

run:
- python >=3.8
- qcportal ={{ version }}
- parsl

Expand Down
1 change: 1 addition & 0 deletions conda-build/qcportal/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ requirements:
- versioningit

run:
- python >=3.8
- numpy
- msgpack-python
- requests
Expand Down

0 comments on commit 822f421

Please sign in to comment.