Skip to content

Commit

Permalink
Remove python version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
martimunicoy committed Apr 28, 2021
1 parent ba7cad2 commit 377862a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions devtools/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ build:

requirements:
build:
# Note that rdkit does not support Python 3.8 yet
- python 3.6|3.7
- python
- setuptools

run:
# Note that rdkit does not support Python 3.8 yet
- python 3.6|3.7
- python
- numpy
- matplotlib
- pytest
Expand Down

0 comments on commit 377862a

Please sign in to comment.