diff --git a/poetry.lock b/poetry.lock index 6969e86..beb7357 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3204,7 +3204,7 @@ zarr = "^2.16.1" [package.source] type = "git" -url = "git@github.com:RTIInternational/teehr.git" +url = "https://github.com/RTIInternational/teehr.git" reference = "main" resolved_reference = "fd42fee402946052d56cf77170b9cfc8fa0ca906" @@ -3666,4 +3666,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "669d660c71313697f485ff29c9a628cd06bd3893d12ba3d7330cb3c79b76435b" +content-hash = "cd241c3500d17fd11fb2082bc5264fafc8b5060076451f6d7a3581ab74166381" diff --git a/pyproject.toml b/pyproject.toml index 1bb3182..3a51985 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package-mode = false python = "^3.10" bokeh = "^3.6.0" dask-expr = "^1.1.15" -teehr = {git = "git@github.com:RTIInternational/teehr.git", rev = "main"} +teehr = {git = "https://github.com/RTIInternational/teehr.git", rev = "main"} [build-system] diff --git a/requirements.txt b/requirements.txt index f60a9f2..17d46da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -105,7 +105,7 @@ shapely==2.0.6 ; python_version >= "3.10" and python_version < "4.0" six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" sniffio==1.3.1 ; python_version >= "3.10" and python_version < "4.0" statsmodels==0.14.4 ; python_version >= "3.10" and python_version < "4.0" -teehr @ git+ssh://git@github.com/RTIInternational/teehr.git@fd42fee402946052d56cf77170b9cfc8fa0ca906 ; python_version >= "3.10" and python_version < "4.0" +teehr @ git+https://github.com/RTIInternational/teehr.git@fd42fee402946052d56cf77170b9cfc8fa0ca906 ; python_version >= "3.10" and python_version < "4.0" toolz==1.0.0 ; python_version >= "3.10" and python_version < "4.0" tornado==6.4.1 ; python_version >= "3.10" and python_version < "4.0" typeguard==4.4.1 ; python_version >= "3.10" and python_version < "4.0"