Navya-Sree commited on
Commit
819bc3f
·
verified ·
1 Parent(s): b89714e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  streamlit==1.28.0
2
  openai==0.28.0
3
  langchain==0.0.340
@@ -7,9 +12,3 @@ python-dotenv==1.0.0
7
  tiktoken==0.5.1
8
  pytest==7.4.3
9
  numpy==1.24.3
10
- altair
11
- pytest==7.4.3
12
- pandas==2.1.3
13
- plotly==5.18.0
14
- setuptools>=80
15
- wheel>=0.42.0
 
1
+ # BUILD ESSENTIALS - MUST BE FIRST!
2
+ setuptools>=80
3
+ wheel>=0.42.0
4
+
5
+ # Main dependencies
6
  streamlit==1.28.0
7
  openai==0.28.0
8
  langchain==0.0.340
 
12
  tiktoken==0.5.1
13
  pytest==7.4.3
14
  numpy==1.24.3