Skip to content

Commit

Permalink
Make python a runtime dependency in conda's meta.yml (#2148)
Browse files Browse the repository at this point in the history
Summary:
Analogue to cornellius-gp/gpytorch#2457, necessary b/c of conda solver issues, see conda/conda#13412 (comment)

Pull Request resolved: #2148

Reviewed By: saitcakmak

Differential Revision: D52041226

Pulled By: Balandat

fbshipit-source-id: fd93a6057179891f7bcd6c3b443fef59bc93c039
  • Loading branch information
Balandat authored and facebook-github-bot committed Dec 24, 2023
1 parent 6c546ef commit b2af19c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ requirements:
- setuptools
- setuptools_scm
run:
- python >=3.9
- pytorch >=1.13.1
- gpytorch ==1.11
- linear_operator ==0.5.1
Expand Down

0 comments on commit b2af19c

Please sign in to comment.