table-detection-transformer / environment.yml
dcd018's picture
Initial commit.
3ac1768
Raw
History Blame Contribute Delete
436 Bytes
name: tables-detr
channels:
- conda-forge
- pytorch
- defaults
dependencies:
- python==3.10.9
- pip
- pytorch==1.13.1
- cudatoolkit==11.8.0
- torchvision==0.14.1
- pandas==1.5.3
- scikit-learn==1.2.1
- tqdm==4.65.0
- Cython==0.29.33
- matplotlib==3.7.0
- numpy==1.24.2
- pycocotools==2.0.6
- Pillow==9.4.0
- editdistance=0.6.2
- pip:
- scikit-image==0.20.0
- scipy==1.10.1
- PyMuPDF==1.21.1