18 lines
333 B
YAML
18 lines
333 B
YAML
name: pdf_extraction
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python>=3.10
|
|
- pip>=23.0
|
|
- pip:
|
|
- anthropic>=0.40.0
|
|
- pybtex>=0.24.0
|
|
- rispy>=0.6.0
|
|
- json-repair>=0.25.0
|
|
- jsonschema>=4.20.0
|
|
- pandas>=2.0.0
|
|
- openpyxl>=3.1.0
|
|
- pyreadr>=0.5.0
|
|
- requests>=2.31.0
|