unstructured/environment.yml
Yao You ae24136238
chore: update installation instructions for conda (#2409)
- bump the pytorch version for conda to match that in
requirements/extra-pdf-image.txt (to 2.1.2)
2024-01-17 17:27:37 +00:00

18 lines
223 B
YAML

name: unstructured
channels:
- defaults
- anaconda
- conda-forge
- pytorch
dependencies:
- python=3.10
- pytorch=2.1.2
- pywin32
- poppler
- torchvision
- pip:
- huggingface-hub
- layoutparser