26 lines
453 B
YAML
26 lines
453 B
YAML
name: kiwi
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python=3.11
|
|
- pip
|
|
- pip:
|
|
- fastapi>=0.110
|
|
- uvicorn[standard]>=0.27
|
|
- python-multipart>=0.0.9
|
|
- aiofiles>=23.0
|
|
- opencv-python>=4.8
|
|
- numpy>=1.25
|
|
- pyzbar>=0.1.9
|
|
- httpx>=0.27
|
|
- pydantic>=2.5
|
|
- PyJWT>=2.8
|
|
- datasets
|
|
- huggingface_hub
|
|
- transformers
|
|
- sentence-transformers
|
|
- torch
|
|
- pyyaml
|
|
- pandas
|
|
- pyarrow
|