Skip to content

Commit 50f1b42

Browse files
committed
Dockerfile: all group deps
1 parent c9b565f commit 50f1b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN uv pip install --system --no-cache \
2828
adbc-driver-postgresql>=1.5.0 \
2929
protobuf>=4.21.0 \
3030
base58>=2.1.1 \
31-
eth-hash[pysha3]>=0.7.1 \
31+
'eth-hash[pysha3]>=0.7.1' \
3232
eth-utils>=5.2.0 \
3333
google-cloud-bigquery>=3.30.0 \
3434
google-cloud-storage>=3.1.0 \
@@ -37,8 +37,8 @@ RUN uv pip install --system --no-cache \
3737
psycopg2-binary>=2.9.0 \
3838
redis>=4.5.0 \
3939
deltalake>=1.0.2 \
40-
pyiceberg[sql-sqlite]>=0.10.0 \
41-
pydantic>=2.0,<2.12 \
40+
'pyiceberg[sql-sqlite]>=0.10.0' \
41+
'pydantic>=2.0,<2.12' \
4242
snowflake-connector-python>=4.0.0 \
4343
snowpipe-streaming>=1.0.0 \
4444
lmdb>=1.4.0

0 commit comments

Comments
 (0)