-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b64285
commit 35d4383
Showing
2 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |