mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
d896664fdb
- This may help reproduce test failures seen on Github locally - Interfaces shouldn't break within bounds of minor version updates of dependent packages, assuming their following semantic versioning
15 lines
No EOL
256 B
YAML
15 lines
No EOL
256 B
YAML
name: semantic-search
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.*
|
|
- numpy=1.*
|
|
- pytorch=1.*
|
|
- transformers=4.*
|
|
- sentence-transformers=2.0.0
|
|
- fastapi=0.*
|
|
- uvicorn=0.*
|
|
- pyyaml=5.*
|
|
- pytest=6.*
|
|
- pillow=8.*
|
|
- torchvision=0.* |