-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
135 lines (120 loc) · 2.16 KB
/
requirements.txt
File metadata and controls
135 lines (120 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Core Python packages
numpy==1.26.4
pandas==2.2.3
scipy==1.14.1
scikit-learn==1.5.2
scikit-image==0.24.0
matplotlib==3.9.2
seaborn==0.13.2
pillow==10.4.0
opencv-python==4.10.0.84
imageio==2.36.0
networkx==3.3
pywavelets==1.7.0
tifffile==2023.8.12
statsmodels==0.14.4
patsy==0.5.6
torch==2.9.0
torchvision==0.24.0
torchaudio==2.9.0
# Jupyter and related
jupyter==1.0.0
jupyterlab==4.2.5
ipython==8.28.0
ipykernel==6.29.5
notebook==7.2.2
# Streamlit and extensions
streamlit==1.39.0
streamlit-camera-input-live==0.2.0
streamlit-card==1.0.2
streamlit-embedcode==0.1.2
streamlit-extras==0.5.0
streamlit-faker==0.0.3
streamlit-image-coordinates==0.1.9
streamlit-keyup==0.2.4
streamlit-toggle-switch==1.0.2
streamlit-vertical-slider==2.5.5
st-annotated-text==4.0.1
st-theme==1.2.3
# Plotting and visualization
plotly==5.24.1
altair==5.4.1
# ML/DL utilities
tensorboard==2.18.0
tensorboard-data-server==0.7.2
pycocotools==2.0.8
fvcore==0.1.5.post20221221
iopath==0.1.9
hydra-core==1.3.2
omegaconf==2.3.0
yacs==0.1.8
# OCR and text processing
easyocr==1.7.2
python-bidi==0.6.3
pyclipper==1.3.0.post5
# Web and HTTP
requests==2.32.3
urllib3==2.6.0
httpx==0.27.2
httpcore==1.0.9
h11==0.16.0
h2==4.1.0
websocket-client==1.8.0
# Data formats and parsing
pyyaml==6.0.2
toml==0.10.2
lxml==5.3.0
beautifulsoup4==4.12.3
markdown==3.7
markdown-it-py==3.0.0
# Development tools
black==24.10.0
faker==30.3.0
tqdm==4.66.5
click==8.1.7
rich==13.9.2
# Git integration
gitpython==3.1.43
gitdb==4.0.11
smmap==5.0.1
# Utilities
python-dateutil==2.9.0
pytz==2024.1
tzdata==2024.2
filelock==3.16.1
fsspec==2024.9.0
cloudpickle==3.0.0
joblib==1.4.2
portalocker==2.10.1
psutil==6.0.0
watchdog==5.0.3
validators==0.34.0
tenacity==9.0.0
cachetools==5.5.0
blinker==1.8.2
favicon==0.7.0
shapely==2.0.6
tabulate==0.9.0
more-itertools==10.5.0
# Arrow and data
pyarrow==17.0.0
narwhals==1.9.3
# Markdown and documentation
pymdown-extensions==10.11.2
mdurl==0.1.2
markdownlit==0.0.7
htbuilder==0.6.2
# Protobuf and gRPC
protobuf==5.29.5
grpcio==1.66.2
absl-py==2.1.0
# Other
antlr4-python3-runtime==4.9.3
ninja==1.11.1.1
sympy==1.13.3
mpmath==1.3.0
pydeck==0.9.1
werkzeug==3.0.4
termcolor==2.5.0
mypy-extensions==1.0.0
pathspec==0.12.1