Skip to content

Commit

Permalink
Dev (#30)
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

* Update pylint.yml
  • Loading branch information
Maclenn77 authored Sep 25, 2024
1 parent 2f8c5cd commit 95706db
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r wk_flow_requirements.txt
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py')
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.5
3.10.14
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
chromadb==0.5.7
fitz==0.0.1.dev2
langchain==0.3.0
langchain-community==0.3.0
langchain_openai==0.2.0
openai==1.47.1
python-dotenv==1.0.1
streamlit==1.35.0
streamlit==1.38.0
tiktoken==0.7.0
pylint
PyMuPDF==1.24.10
7 changes: 4 additions & 3 deletions wk_flow_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
chromadb==0.5.7
fitz==0.0.1.dev2
langchain==0.3.0
langchain-community==0.3.0
langchain_openai==0.2.0
openai==1.47.1
python-dotenv==1.0.1
streamlit==1.35.0
streamlit==1.38.0
tiktoken==0.7.0
pylint
PyMuPDF==1.24.10

0 comments on commit 95706db

Please sign in to comment.