Skip to content

Commit 553facf

Browse files
authored
add deps for info to qubed deps (#47)
1 parent 50cf9b7 commit 553facf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ dependencies = [
2020
"frozendict",
2121
"numpy>=1.26",
2222
"protobuf",
23-
"requests"
23+
"requests",
24+
"objsize",
25+
"humanize",
26+
"pandas",
2427
]
2528

2629
# Because this is a mixed rust/python project the structure is src/python/qubed rather than the more typical src/qubed
@@ -83,9 +86,6 @@ docs = [
8386
"jupyterlab",
8487
"ipykernel",
8588
"scipy",
86-
"objsize",
87-
"humanize",
88-
"pandas"
8989
]
9090

9191
dev = [

0 commit comments

Comments
 (0)