Skip to content

Commit 4557ca0

Browse files
committed
Make python a runtime dependency in conda's meta.yml
Analogue of cornellius-gp/gpytorch#2457, necesary b/c of conda/conda#13412
1 parent 48e3af0 commit 4557ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.conda/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ requirements:
1717
- setuptools
1818
- setuptools_scm
1919
run:
20+
- python >=3.9
2021
- pytorch >=1.13.1
2122
- gpytorch ==1.11
2223
- linear_operator ==0.5.1

0 commit comments

Comments
 (0)