diff --git a/ci/requirements/py-tensorflow.yml b/ci/requirements/py-tensorflow.yml index f4272069..56b64804 100644 --- a/ci/requirements/py-tensorflow.yml +++ b/ci/requirements/py-tensorflow.yml @@ -19,4 +19,4 @@ dependencies: - pip - pip: - tensorflow - - git+https://github.com/username/repo.git@branch_name + - git+https://github.com/jcmgray/repo.git@althash diff --git a/ci/requirements/py-torch.yml b/ci/requirements/py-torch.yml index 02b30113..f830180f 100644 --- a/ci/requirements/py-torch.yml +++ b/ci/requirements/py-torch.yml @@ -20,4 +20,4 @@ dependencies: - scipy - tqdm - pip: - - git+https://github.com/username/repo.git@branch_name \ No newline at end of file + - git+https://github.com/jcmgray/repo.git@althash \ No newline at end of file