Skip to content

Commit

Permalink
Be specific about python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Aug 8, 2023
1 parent 29d7b00 commit 424f2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- numpy
- openbabel >=3
- pyrdl
- python {{ python }}
- python==3.7
- quantities
- rdkit >=2018
- scipy
Expand All @@ -37,7 +37,7 @@ requirements:
- openbabel >=3
- pydot
- pyrdl
- python {{ python }}
- python==3.7
- quantities
- rdkit >=2018
- scikit-learn
Expand Down

0 comments on commit 424f2f5

Please sign in to comment.