Skip to content

Commit 1b08ddf

Browse files
committed
libraries cleaned
1 parent 299becc commit 1b08ddf

2 files changed

Lines changed: 10 additions & 40 deletions

File tree

nebula/controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN uv python install 3.11.7
4848

4949
RUN uv python pin 3.11.7
5050

51-
RUN uv sync --group controller --group core
51+
RUN uv sync --group controller
5252

5353
ENV PATH="/.venv/bin:$PATH"
5454

pyproject.toml

Lines changed: 9 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ dependencies = [
2727
"isort<6.0.0,>=5.13.2",
2828
"mypy<2.0.0,>=1.13.0",
2929
"pre-commit<5.0.0,>=4.0.1",
30-
"ruff<1.0.0,>=0.7.2",
3130
"tensorboard-reducer==0.3.1",
32-
"h5py==3.13.0",
31+
"ruff<1.0.0,>=0.7.2",
3332
]
3433

3534
classifiers = [
@@ -63,36 +62,23 @@ docs = [
6362
"mkdocstrings[python]<1.0.0,>=0.26.2",
6463
]
6564
controller = [
66-
"eth-keys==0.4.0",
6765
"aiohttp==3.10.5",
6866
"aiosqlite==0.20.0",
6967
"argon2-cffi==23.1.0",
70-
"ansi2html==1.9.2",
7168
"docker==7.1.0",
7269
"fastapi[all]==0.114.0",
73-
"geopy==2.4.1",
7470
"gunicorn==23.0.0",
75-
"jinja2==3.1.4",
76-
"matplotlib==3.9.2",
77-
"networkx==3.3",
78-
"openpyxl==3.1.5",
79-
"pandas==2.2.2",
80-
"plotly==5.24.0",
81-
"protobuf==4.25.3",
8271
"psutil==6.0.0",
83-
"pyopenssl==24.2.1",
84-
"python-dotenv==1.0.1",
8572
"requests==2.32.3",
86-
"setuptools==74.1.2",
8773
"uvicorn==0.30.6",
88-
"wheel==0.44.0",
74+
"matplotlib==3.9.2",
8975
"h5py==3.13.0",
90-
"watchdog==5.0.2",
91-
"adversarial-robustness-toolbox==1.18.1",
92-
"shap==0.46.0",
93-
"dotmap == 1.3.30",
94-
"hashids == 1.3.1",
95-
"codecarbon == 2.5.0",
76+
"torch==2.4.1",
77+
"torchmetrics==1.4.1",
78+
"torchvision==0.19.1",
79+
"seaborn==0.13.2",
80+
"scikit-image==0.24.0",
81+
"scikit-learn==1.5.1",
9682
]
9783
core = [
9884
"aiohttp==3.10.5",
@@ -139,6 +125,7 @@ core = [
139125
"uvloop == 0.20.0",
140126
]
141127
frontend = [
128+
"aiohttp==3.10.5",
142129
"ansi2html==1.9.2",
143130
"cffi==1.17.1",
144131
"cryptography==43.0.1",
@@ -148,11 +135,8 @@ frontend = [
148135
"gunicorn==23.0.0",
149136
"jinja2==3.1.4",
150137
"lz4==4.3.3",
151-
"matplotlib==3.9.2",
152138
"networkx==3.3",
153139
"openpyxl==3.1.5",
154-
"pandas==2.2.2",
155-
"plotly==5.24.0",
156140
"protobuf==4.25.3",
157141
"psutil==6.0.0",
158142
"pycryptodome==3.20.0",
@@ -161,24 +145,10 @@ frontend = [
161145
"python-dotenv==1.0.1",
162146
"requests==2.32.3",
163147
"setuptools==74.1.2",
164-
"scikit-image==0.24.0",
165-
"scikit-learn==1.5.1",
166-
"seaborn==0.13.2",
167148
"tensorboard==2.17.1",
168149
"tensorboardx==2.6.2.2",
169-
"torch==2.4.1",
170-
"torchvision==0.19.1",
171150
"uvicorn==0.30.6",
172-
"web3==6.20.0",
173151
"wheel==0.44.0",
174-
"h5py==3.13.0",
175-
"lightning==2.4.0",
176-
"seaborn==0.13.2",
177-
"adversarial-robustness-toolbox==1.18.1",
178-
"shap==0.46.0",
179-
"dotmap == 1.3.30",
180-
"hashids == 1.3.1",
181-
"codecarbon == 2.5.0",
182152
]
183153

184154
[build-system]

0 commit comments

Comments
 (0)