Skip to content

Commit

Permalink
use https instead of ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
alex lukens committed Feb 13, 2024
1 parent 92d7b15 commit 8cc242c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -10,7 +10,7 @@ python = "^3.10"
scikit-learn = "^1.4.0"
numpy = "^1.26.4"
pandas = "^2.2.0"
vdm3 = {git = "git@github.com:alexdlukens/vdm3.git", rev = "develop"}
vdm3 = {git = "https://github.com/alexdlukens/vdm3.git", rev = "develop"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
Expand Down

0 comments on commit 8cc242c

Please sign in to comment.