Ravi theja K
commited on
Update requirements.txt
Browse files- requirements.txt +38 -0
requirements.txt
CHANGED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Snowflake-specific
|
2 |
+
snowflake-snowpark-python[pandas]==1.13.0
|
3 |
+
snowflake-ml-python==1.3.1
|
4 |
+
|
5 |
+
# to build Streamlit apps
|
6 |
+
streamlit==1.31.1
|
7 |
+
plotly==5.9.0
|
8 |
+
seaborn==0.12.0
|
9 |
+
|
10 |
+
# to connect to ChatGPT
|
11 |
+
openai==1.9.0
|
12 |
+
llama-index
|
13 |
+
llama-index-llms-openai
|
14 |
+
langchain
|
15 |
+
langchain-community
|
16 |
+
langchain-openai
|
17 |
+
snowflake-sqlalchemy
|
18 |
+
|
19 |
+
# Pandas Profiling
|
20 |
+
numba==0.58.1
|
21 |
+
ipywidgets
|
22 |
+
pandas-profiling
|
23 |
+
ydata-profiling
|
24 |
+
|
25 |
+
# TensorFlow and PyTorch
|
26 |
+
tensorflow
|
27 |
+
tf-keras
|
28 |
+
torch
|
29 |
+
torchdata
|
30 |
+
torch-utils
|
31 |
+
|
32 |
+
# miscellaneous
|
33 |
+
notebook
|
34 |
+
pypdf
|
35 |
+
faker
|
36 |
+
openpyxl
|
37 |
+
mlflow
|
38 |
+
transformers
|