unstructured/environment.yml
Roman Isecke b37b4689bc
drop python3.8 (#2372)
### Description
Remove all uses of python3.8

---------

Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: rbiseck3 <rbiseck3@users.noreply.github.com>
2024-01-09 23:37:30 +00:00

18 lines
224 B
YAML

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