Spaces:
Sleeping
Sleeping
Commit
·
4057c2a
1
Parent(s):
e67a4df
Update requirements.txt to pin versions of dependencies for consistency and stability, including altair, pandas, streamlit, pyyaml, python-dotenv, openai, pydantic-settings, PyMuPDF, and azure-ai-documentintelligence.
Browse files
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
altair
|
2 |
-
pandas
|
3 |
-
streamlit
|
4 |
-
pyyaml
|
5 |
-
python-dotenv
|
6 |
-
openai==1.
|
7 |
-
pydantic-settings
|
8 |
-
PyMuPDF
|
9 |
-
azure-ai-documentintelligence
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
pandas==2.2.3
|
3 |
+
streamlit==1.45.1
|
4 |
+
pyyaml==6.0.2
|
5 |
+
python-dotenv==1.1.0
|
6 |
+
openai==1.82.1
|
7 |
+
pydantic-settings==2.9.1
|
8 |
+
PyMuPDF==1.26.0
|
9 |
+
azure-ai-documentintelligence==1.0.2
|
src/services/__pycache__/llm_client.cpython-312.pyc
CHANGED
Binary files a/src/services/__pycache__/llm_client.cpython-312.pyc and b/src/services/__pycache__/llm_client.cpython-312.pyc differ
|
|