samwell commited on
Commit
a987756
·
1 Parent(s): 9d65acc

Add complete list of dependencies from pyproject.toml

Browse files
Files changed (1) hide show
  1. requirements.txt +33 -10
requirements.txt CHANGED
@@ -11,30 +11,53 @@ langchain-chroma>=0.2.4
11
  langchain-google-genai>=0.1.0
12
  langchain-pinecone>=0.0.1
13
  langgraph>=0.5.1
 
14
  python-dotenv>=0.19.0
15
  pandas>=1.5.0
16
  pydantic>=1.8.0
17
  Pillow>=8.0.0
 
 
 
18
  transformers>=4.40.0,<4.50.0
19
  datasets>=2.15.0
20
  tokenizers>=0.20,<0.21
21
  sentencepiece>=0.1.95
22
- torch>=2.2.0
23
- torchvision>=0.10.0
24
  accelerate>=0.12.0
25
  peft>=0.2.0
26
  bitsandbytes>=0.35.0
27
- diffusers>=0.20.0
 
 
28
  gradio>=6.0.0
29
  gradio_client>=0.2.0
30
- huggingface_hub>=0.17.0
31
- scikit-learn>=0.24.0
 
 
 
 
 
 
 
 
 
 
32
  scikit-image>=0.18.0
33
  opencv-python>=4.8.0
34
  matplotlib>=3.8.0
35
- seaborn>=0.12.0
 
 
 
36
  albumentations>=1.0.0
37
- einops>=0.3.0
38
- einops-exts>=0.0.4
39
- timm==0.5.4
40
- torchxrayvision>=0.0.37
 
 
 
 
 
11
  langchain-google-genai>=0.1.0
12
  langchain-pinecone>=0.0.1
13
  langgraph>=0.5.1
14
+ hydra-core>=1.1.0
15
  python-dotenv>=0.19.0
16
  pandas>=1.5.0
17
  pydantic>=1.8.0
18
  Pillow>=8.0.0
19
+ PyPDF2>=3.0.0
20
+ pdfplumber>=0.10.0
21
+ torchxrayvision>=0.0.37
22
  transformers>=4.40.0,<4.50.0
23
  datasets>=2.15.0
24
  tokenizers>=0.20,<0.21
25
  sentencepiece>=0.1.95
26
+ shortuuid>=1.0.0
27
+ tqdm>=4.64.0
28
  accelerate>=0.12.0
29
  peft>=0.2.0
30
  bitsandbytes>=0.35.0
31
+ markdown2[all]>=2.4.0
32
+ protobuf>=3.15.0
33
+ scikit-learn>=0.24.0
34
  gradio>=6.0.0
35
  gradio_client>=0.2.0
36
+ httpx>=0.23.0
37
+ uvicorn[standard]>=0.15.0
38
+ fastapi>=0.68.0
39
+ python-multipart>=0.0.6
40
+ einops>=0.3.0
41
+ einops-exts>=0.0.4
42
+ timm==0.5.4
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
+ pylibjpeg>=1.0.0
54
+ jupyter>=1.0.0
55
  albumentations>=1.0.0
56
+ chromadb>=0.0.10
57
+ pinecone-client>=3.2.2
58
+ ray>=2.9.0
59
+ seaborn>=0.12.0
60
+ huggingface_hub>=0.17.0
61
+ iopath>=0.1.10
62
+ duckduckgo-search>=4.0.0
63
+ pyngrok>=7.0.0