Skip to content

Commit 5f7c881

Browse files
committed
Update python version in conda_build_config.yaml
No need to set python version in meta.yaml
1 parent 859e8f3 commit 5f7c881

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.conda/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python:
2-
- 2.7
2+
- 3.7
33
numpy:
44
- 1.15
55

.conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requirements:
2020
- pydas >=1.0.2
2121
- pydqed >=1.0.1
2222
- pyrdl
23-
- python >=3.7
23+
- python
2424
- quantities
2525
- rdkit >=2018
2626
- scipy
@@ -57,7 +57,7 @@ requirements:
5757
- pymongo
5858
- pyparsing
5959
- pyrdl
60-
- python >=3.7
60+
- python
6161
- pyyaml
6262
- pyzmq
6363
- quantities

0 commit comments

Comments
 (0)