add ability to specify python version

This commit is contained in:
2023-10-23 05:49:57 +00:00
parent 32bdb3a297
commit 9e77a30658
7 changed files with 629 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
channels = ["anaconda", "conda-forge", "pytorch"]
[deps]
python = ">=3.8,<3.11"
[pip.deps]
langchain = ""