Skip to content

Commit

Permalink
teehr install update
Browse files Browse the repository at this point in the history
  • Loading branch information
samlamont committed Nov 14, 2024
1 parent c8ebc26 commit f3d0957
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f3d0957

Please sign in to comment.