Initial commit
This commit is contained in:
17
skills/extract_from_pdfs/environment.yml
Normal file
17
skills/extract_from_pdfs/environment.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user