requirements modified
Browse files- requirements.txt +57 -11
requirements.txt
CHANGED
@@ -1,11 +1,57 @@
|
|
1 |
-
gradio
|
2 |
-
langchain
|
3 |
-
openai
|
4 |
-
python-dotenv
|
5 |
-
transformers
|
6 |
-
huggingface-hub
|
7 |
-
torch
|
8 |
-
opencv-python
|
9 |
-
pydicom
|
10 |
-
scikit-image
|
11 |
-
langgraph
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# gradio
|
2 |
+
# langchain
|
3 |
+
# openai
|
4 |
+
# python-dotenv
|
5 |
+
# transformers
|
6 |
+
# huggingface-hub
|
7 |
+
# torch
|
8 |
+
# opencv-python
|
9 |
+
# pydicom
|
10 |
+
# scikit-image
|
11 |
+
# langgraph
|
12 |
+
|
13 |
+
requests>=2.25.0
|
14 |
+
numpy>=1.19.0
|
15 |
+
langchain-core>=0.1.0
|
16 |
+
langchain-community>=0.0.10
|
17 |
+
langchain-openai>=0.0.2
|
18 |
+
langchain-anthropic>=0.0.2
|
19 |
+
langgraph>=0.0.10
|
20 |
+
python-dotenv>=0.19.0
|
21 |
+
pandas>=1.3.0
|
22 |
+
pydantic>=1.8.0
|
23 |
+
Pillow>=8.0.0
|
24 |
+
torchxrayvision>=0.0.37
|
25 |
+
transformers @ git+https://github.com/huggingface/transformers.git@88d960937c81a32bfb63356a2e8ecf7999619681
|
26 |
+
tokenizers>=0.10.0
|
27 |
+
sentencepiece>=0.1.95
|
28 |
+
shortuuid>=1.0.0
|
29 |
+
accelerate>=0.12.0
|
30 |
+
peft>=0.2.0
|
31 |
+
bitsandbytes>=0.35.0
|
32 |
+
markdown2[all]>=2.4.0
|
33 |
+
protobuf>=3.15.0
|
34 |
+
scikit-learn>=0.24.0
|
35 |
+
gradio>=3.0.0
|
36 |
+
gradio_client>=0.2.0
|
37 |
+
httpx>=0.23.0
|
38 |
+
uvicorn>=0.15.0
|
39 |
+
fastapi>=0.68.0
|
40 |
+
einops>=0.3.0
|
41 |
+
einops-exts>=0.0.4
|
42 |
+
timm>=0.5.0
|
43 |
+
tiktoken>=0.3.0
|
44 |
+
openai>=0.27.0
|
45 |
+
backoff>=1.10.0
|
46 |
+
torch>=2.2.0
|
47 |
+
torchvision>=0.10.0
|
48 |
+
scikit-image>=0.18.0
|
49 |
+
opencv-python>=4.8.0
|
50 |
+
matplotlib>=3.8.0
|
51 |
+
diffusers>=0.20.0
|
52 |
+
pydicom>=2.3.0
|
53 |
+
gdcm>=1.0.0
|
54 |
+
pylibjpeg>=1.0.0
|
55 |
+
jupyter>=1.0.0
|
56 |
+
albumentations>=1.0.0
|
57 |
+
pyarrow>=10.0.0
|