Skip to content

Commit

Permalink
Remove fitz from requirements (#31)
Browse files Browse the repository at this point in the history
* refactor: separate app components

* Add multiple pages (#22)

* Update README.md

* Change names of pages

* Disable pylint rules

* refactor: separate app components

* Change names of pages

* Disable pylint rules

* Update app and dependencies

* Update requirements.txt

* Update wk_flow_requirements.txt

* Fit versions with HF

* Remove fitz from requirements
  • Loading branch information
Maclenn77 authored Sep 26, 2024
1 parent 95706db commit 47376ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
chromadb==0.5.7
fitz==0.0.1.dev2
langchain-community==0.3.0
langchain_openai==0.2.0
openai==1.47.1
python-dotenv==1.0.1
streamlit==1.38.0
tiktoken==0.7.0
PyMuPDF==1.24.10
PyMuPDF==1.24.10
1 change: 0 additions & 1 deletion wk_flow_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
chromadb==0.5.7
fitz==0.0.1.dev2
langchain-community==0.3.0
langchain_openai==0.2.0
openai==1.47.1
Expand Down

0 comments on commit 47376ba

Please sign in to comment.