mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Lock packages python dependencies to their current major version
- 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
This commit is contained in:
@@ -3,13 +3,13 @@ channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.*
|
||||
- numpy=1.21.*
|
||||
- pytorch
|
||||
- transformers
|
||||
- sentence-transformers
|
||||
- fastapi
|
||||
- uvicorn
|
||||
- pyyaml
|
||||
- pytest
|
||||
- pillow
|
||||
- torchvision
|
||||
- numpy=1.*
|
||||
- pytorch=1.*
|
||||
- transformers=4.*
|
||||
- sentence-transformers=2.0.0
|
||||
- fastapi=0.*
|
||||
- uvicorn=0.*
|
||||
- pyyaml=5.*
|
||||
- pytest=6.*
|
||||
- pillow=8.*
|
||||
- torchvision=0.*
|
||||
Reference in New Issue
Block a user