We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b565f commit 50f1b42Copy full SHA for 50f1b42
Dockerfile
@@ -28,7 +28,7 @@ RUN uv pip install --system --no-cache \
28
adbc-driver-postgresql>=1.5.0 \
29
protobuf>=4.21.0 \
30
base58>=2.1.1 \
31
- eth-hash[pysha3]>=0.7.1 \
+ 'eth-hash[pysha3]>=0.7.1' \
32
eth-utils>=5.2.0 \
33
google-cloud-bigquery>=3.30.0 \
34
google-cloud-storage>=3.1.0 \
@@ -37,8 +37,8 @@ RUN uv pip install --system --no-cache \
37
psycopg2-binary>=2.9.0 \
38
redis>=4.5.0 \
39
deltalake>=1.0.2 \
40
- pyiceberg[sql-sqlite]>=0.10.0 \
41
- pydantic>=2.0,<2.12 \
+ 'pyiceberg[sql-sqlite]>=0.10.0' \
+ 'pydantic>=2.0,<2.12' \
42
snowflake-connector-python>=4.0.0 \
43
snowpipe-streaming>=1.0.0 \
44
lmdb>=1.4.0
0 commit comments