Lukas commited on
Commit
ec9346f
·
1 Parent(s): 8529114

updated versions

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +9 -105
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM python:3.10-slim
2
 
3
  WORKDIR /app
4
 
requirements.txt CHANGED
@@ -1,105 +1,9 @@
1
- aiohappyeyeballs==2.6.1
2
- aiohttp==3.13.2
3
- aiosignal==1.4.0
4
- annotated-types==0.7.0
5
- anyio==4.12.0
6
- async-timeout==4.0.3
7
- attrs==25.4.0
8
- certifi==2025.11.12
9
- cffi==2.0.0
10
- charset-normalizer==3.4.4
11
- cryptography==46.0.3
12
- dataclasses-json==0.6.7
13
- distro==1.9.0
14
- exceptiongroup==1.3.1
15
- filelock==3.20.0
16
- frozenlist==1.8.0
17
- fsspec==2025.12.0
18
- greenlet==3.3.0
19
- h11==0.16.0
20
- hf-xet==1.2.0
21
- httpcore==1.0.9
22
- httpx==0.28.1
23
- httpx-sse==0.4.3
24
- huggingface-hub==0.36.0
25
- idna==3.11
26
- Jinja2==3.1.6
27
- jiter==0.12.0
28
- joblib==1.5.2
29
- jsonpatch==1.33
30
- jsonpointer==3.0.0
31
- langchain==1.1.2
32
- langchain-classic==1.0.0
33
- langchain-community==0.4.1
34
- langchain-core==1.1.1
35
- langchain-text-splitters==1.0.0
36
- langgraph==1.0.4
37
- langgraph-checkpoint==3.0.1
38
- langgraph-prebuilt==1.0.5
39
- langgraph-sdk==0.2.14
40
- langsmith==0.4.56
41
- MarkupSafe==3.0.3
42
- marshmallow==3.26.1
43
- mpmath==1.3.0
44
- multidict==6.7.0
45
- mypy_extensions==1.1.0
46
- networkx==3.4.2
47
- numpy==2.2.6
48
- nvidia-cublas-cu12==12.8.4.1
49
- nvidia-cuda-cupti-cu12==12.8.90
50
- nvidia-cuda-nvrtc-cu12==12.8.93
51
- nvidia-cuda-runtime-cu12==12.8.90
52
- nvidia-cudnn-cu12==9.10.2.21
53
- nvidia-cufft-cu12==11.3.3.83
54
- nvidia-cufile-cu12==1.13.1.3
55
- nvidia-curand-cu12==10.3.9.90
56
- nvidia-cusolver-cu12==11.7.3.90
57
- nvidia-cusparse-cu12==12.5.8.93
58
- nvidia-cusparselt-cu12==0.7.1
59
- nvidia-nccl-cu12==2.27.5
60
- nvidia-nvjitlink-cu12==12.8.93
61
- nvidia-nvshmem-cu12==3.3.20
62
- nvidia-nvtx-cu12==12.8.90
63
- openai==2.9.0
64
- orjson==3.11.5
65
- ormsgpack==1.12.0
66
- packaging==24.2
67
- pillow==12.0.0
68
- pinecone==8.0.0
69
- pinecone-plugin-assistant==3.0.1
70
- pinecone-plugin-interface==0.0.7
71
- propcache==0.4.1
72
- pycparser==2.23
73
- pydantic==2.12.5
74
- pydantic-settings==2.12.0
75
- pydantic_core==2.41.5
76
- pypdf==6.4.1
77
- python-dateutil==2.9.0.post0
78
- python-dotenv==1.2.1
79
- PyYAML==6.0.3
80
- regex==2025.11.3
81
- requests==2.32.5
82
- requests-toolbelt==1.0.0
83
- safetensors==0.7.0
84
- scikit-learn==1.7.2
85
- scipy==1.15.3
86
- sentence-transformers==5.1.2
87
- six==1.17.0
88
- sniffio==1.3.1
89
- SQLAlchemy==2.0.44
90
- sympy==1.14.0
91
- tenacity==9.1.2
92
- threadpoolctl==3.6.0
93
- tokenizers==0.22.1
94
- torch==2.9.1
95
- tqdm==4.67.1
96
- transformers==4.57.3
97
- triton==3.5.1
98
- typing-inspect==0.9.0
99
- typing-inspection==0.4.2
100
- typing_extensions==4.15.0
101
- urllib3==2.6.0
102
- uuid_utils==0.12.0
103
- xxhash==3.6.0
104
- yarl==1.22.0
105
- zstandard==0.25.0
 
1
+ streamlit
2
+ pinecone
3
+ sentence-transformers
4
+ openai
5
+ torch
6
+ cryptography
7
+ pypdf
8
+ langchain-text-splitters
9
+ langchain-community