Skip to content

Commit

Permalink
refactor: clean up requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPokorny committed Oct 23, 2024
1 parent 4b64285 commit 35d4383
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
26 changes: 23 additions & 3 deletions executor/requirements-skip.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# Installed through OS package:
ffmpeg-python
jinja2
matplotlib
moviepy
numpy
opencv-python
pandas
pdf2image
pikepdf
pillow
pypandoc
scipy
sympy
tabulate
xarray
xonsh

# Installed manually:
pymupdf

# Auto-install corrections:
ffmpeg # actually ffmpeg-python
opencv-python # installed through OS package
pymupdf # installed manually
fitz # part of pymupdf
fitz # part of pymupdf
16 changes: 1 addition & 15 deletions executor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
ffmpeg-python
jinja2
matplotlib
numpy
moviepy
pandas[excel,plot,output-formatting,computation]
pdf2image
pillow
pypandoc
PyPDF2==2.*
pikepdf
scipy
sympy
tabulate
xarray
xonsh
PyPDF2==2.* # LLaMa 3.1 prefers the older version's API

0 comments on commit 35d4383

Please sign in to comment.