diff --git a/dev-requirements.in b/dev-requirements.in index 925fc29e92..26b10177d6 100644 --- a/dev-requirements.in +++ b/dev-requirements.in @@ -1,5 +1,5 @@ -e file:.#egg=flytekit -git+https://github.com/dominodatalab/flyte.git@noahjax.add-owner-reference-to-create-task#subdirectory=flyteidl +# git+https://github.com/dominodatalab/flyte.git@noahjax.add-owner-reference-to-create-task&subdirectory=flyteidl coverage[toml] hypothesis diff --git a/pyproject.toml b/pyproject.toml index 1cc852185e..becf39043e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "diskcache>=5.2.1", "docker>=4.0.0,<7.0.0", "docstring-parser>=0.9.0", - # "flyteidl>=1.11.0b1", + "flyteidl@git+https://github.com/dominodatalab/flyte.git#egg=noahjax.add-owner-reference-to-create-task&subdirectory=flyteidl", "fsspec>=2023.3.0", "gcsfs>=2023.3.0", "googleapis-common-protos>=1.57",