mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-17 11:53:06 +00:00
chore(ingest): loosen additional requirements (#6868)
This commit is contained in:
parent
cb6314c51d
commit
8e0f4078b8
6
.github/workflows/docker-ingestion-base.yml
vendored
6
.github/workflows/docker-ingestion-base.yml
vendored
@ -8,6 +8,12 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "docker/datahub-ingestion/**"
|
- "docker/datahub-ingestion/**"
|
||||||
- "gradle*"
|
- "gradle*"
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- "docker/datahub-ingestion/**"
|
||||||
|
- "gradle*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
@ -259,7 +259,6 @@ ptyprocess==0.7.0
|
|||||||
pure-eval==0.2.2
|
pure-eval==0.2.2
|
||||||
pure-sasl==0.6.2
|
pure-sasl==0.6.2
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
py4j==0.10.9
|
|
||||||
pyarrow==8.0.0
|
pyarrow==8.0.0
|
||||||
pyasn1==0.4.8
|
pyasn1==0.4.8
|
||||||
pyasn1-modules==0.2.8
|
pyasn1-modules==0.2.8
|
||||||
@ -275,7 +274,6 @@ pydeequ==1.0.1
|
|||||||
pydruid==0.6.4
|
pydruid==0.6.4
|
||||||
pyflakes==2.5.0
|
pyflakes==2.5.0
|
||||||
Pygments==2.13.0
|
Pygments==2.13.0
|
||||||
PyJWT==2.4.0
|
|
||||||
pymongo==4.3.3
|
pymongo==4.3.3
|
||||||
PyMySQL==1.0.2
|
PyMySQL==1.0.2
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user