khoj/environment.yml
Debanjum Singh Solanky 569e30b1c8 Create a few basic tests
2021-08-17 04:11:03 -07:00

12 lines
No EOL
183 B
YAML

name: semantic-search
channels:
- conda-forge
dependencies:
- python=3.*
- numpy=1.21.*
- pytorch
- transformers
- sentence-transformers
- fastapi
- uvicorn
- pytest