Ravi theja K
commited on
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 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 |
|
| 8 |
-
# to connect to ChatGPT
|
| 9 |
-
openai==1.9.0
|
| 10 |
langchain
|
| 11 |
-
langchain-llm
|
| 12 |
langchain-community
|
| 13 |
langchain-openai
|
| 14 |
snowflake-sqlalchemy
|
|
|
|
| 1 |
# Snowflake-specific
|
| 2 |
snowflake-snowpark-python[pandas]==1.13.0
|
| 3 |
snowflake-ml-python==1.3.1
|
| 4 |
+
snowflake-connector-python
|
| 5 |
+
|
| 6 |
# to build Streamlit apps
|
| 7 |
streamlit==1.31.1
|
| 8 |
|
|
|
|
|
|
|
| 9 |
langchain
|
|
|
|
| 10 |
langchain-community
|
| 11 |
langchain-openai
|
| 12 |
snowflake-sqlalchemy
|