barunsaha commited on
Commit
9fd2111
1 Parent(s): 0d02129

Fix #32: update software versions; remove some unused components

Browse files
Files changed (2) hide show
  1. global_config.py +0 -1
  2. requirements.txt +10 -7
global_config.py CHANGED
@@ -24,7 +24,6 @@ class GlobalConfig:
24
  LLM_MODEL_MAX_INPUT_LENGTH = 750 # characters
25
 
26
  HUGGINGFACEHUB_API_TOKEN = os.environ.get('HUGGINGFACEHUB_API_TOKEN', '')
27
- METAPHOR_API_KEY = os.environ.get('METAPHOR_API_KEY', '')
28
 
29
  LOG_LEVEL = 'DEBUG'
30
  COUNT_TOKENS = False
 
24
  LLM_MODEL_MAX_INPUT_LENGTH = 750 # characters
25
 
26
  HUGGINGFACEHUB_API_TOKEN = os.environ.get('HUGGINGFACEHUB_API_TOKEN', '')
 
27
 
28
  LOG_LEVEL = 'DEBUG'
29
  COUNT_TOKENS = False
requirements.txt CHANGED
@@ -1,20 +1,20 @@
1
- aiohttp==3.9.5
2
  python-dotenv[cli]~=1.0.0
3
  gitpython==3.1.43
4
  json_repair==0.15.3
5
  idna==3.7
6
- jinja2==3.1.3
7
  Pillow==10.3.0
8
  pyarrow~=16.0.0
9
  pydantic==2.4.0
10
  langchain~=0.1.16
11
  langchain-core~=0.1.46
12
- streamlit~=1.32.2
13
 
14
  python-pptx
15
- metaphor-python
16
  json5~=0.9.14
17
- requests~=2.31.0
18
 
19
  transformers~=4.44.0
20
  torch==2.4.0
@@ -22,6 +22,9 @@ langchain-community
22
 
23
  urllib3~=2.2.1
24
  lxml~=4.9.3
25
- tqdm~=4.64.1
26
  numpy~=1.25.2
27
- scikit-learn~=1.5.1
 
 
 
 
1
+ aiohttp==3.10.5
2
  python-dotenv[cli]~=1.0.0
3
  gitpython==3.1.43
4
  json_repair==0.15.3
5
  idna==3.7
6
+ jinja2==3.1.4
7
  Pillow==10.3.0
8
  pyarrow~=16.0.0
9
  pydantic==2.4.0
10
  langchain~=0.1.16
11
  langchain-core~=0.1.46
12
+ streamlit~=1.38.0
13
 
14
  python-pptx
15
+ # metaphor-python
16
  json5~=0.9.14
17
+ requests~=2.32.3
18
 
19
  transformers~=4.44.0
20
  torch==2.4.0
 
22
 
23
  urllib3~=2.2.1
24
  lxml~=4.9.3
25
+ tqdm~=4.66.5
26
  numpy~=1.25.2
27
+ scikit-learn~=1.5.1
28
+
29
+ certifi==2024.8.30
30
+ urllib3==2.2.3