mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00

Removes this warning: > Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you. Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
19 lines
231 B
YAML
19 lines
231 B
YAML
name: unstructured
|
|
|
|
channels:
|
|
- defaults
|
|
- anaconda
|
|
- conda-forge
|
|
- pytorch
|
|
|
|
dependencies:
|
|
- python=3.10
|
|
- pytorch=2.1.2
|
|
- pywin32
|
|
- poppler
|
|
- torchvision
|
|
- pip
|
|
- pip:
|
|
- huggingface-hub
|
|
- layoutparser
|