From eccdf8fd51cd2f5fb15dd91410701643b626ea9f Mon Sep 17 00:00:00 2001 From: tph-kds Date: Sat, 31 Aug 2024 00:52:33 +0700 Subject: [PATCH 1/2] fix: update file gitignore --- requirements.txt | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index f8cfc0c..0000000 --- a/requirements.txt +++ /dev/null @@ -1,30 +0,0 @@ -torch -torchvision -cython -matplotlib -numpy -scipy -pyyaml -packaging -pycocotools -tensorboardx -h5py -opencv-python - - -requests -tqdm -streamlit -pillow # for PIL - -datasets -transformers -sentence_transformers -langchain -python-dotenv -gradio -pypdf -streamlit -python-box -ensure -wget \ No newline at end of file From 604cb7e658d19f5519841b3f659b831b4ae73275 Mon Sep 17 00:00:00 2001 From: tph-kds Date: Sun, 1 Sep 2024 01:00:28 +0700 Subject: [PATCH 2/2] fix: add and update all files --- requirements_dev.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6b4610b..3d13b77 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,6 @@ cython matplotlib numpy scipy -# opencv pyyaml packaging pycocotools @@ -12,6 +11,7 @@ tensorboardx h5py opencv-python + requests tqdm streamlit @@ -21,8 +21,15 @@ datasets transformers sentence_transformers langchain +python-dotenv +gradio +pypdf +streamlit python-box ensure wget +nltk +PyPDF2 + pytest