Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grgmiller committed Dec 29, 2023
1 parent 5c36b7d commit 761fa53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ seaborn = "*"
sqlalchemy = "*"
statsmodels = "*"
coloredlogs = "*"
"catalystcoop.pudl" = {git = "git+https://github.com/singularity-energy/pudl.git@oge_dev"}
"catalystcoop.pudl" = {git = "git+https://github.com/singularity-energy/pudl.git@oge_release"}
gridemissions = {git = "git+https://github.com/singularity-energy/gridemissions"}
oge = {git = "git+https://github.com/singularity-energy/open-grid-emissions"}

[dev-packages]
ruff = "*"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"sqlalchemy",
"statsmodels",
"coloredlogs",
"catalystcoop-pudl@git+https://github.com/singularity-energy/pudl.git@oge_dev",
"catalystcoop-pudl@git+https://github.com/singularity-energy/pudl.git@oge_release",
"gridemissions@git+https://github.com/singularity-energy/gridemissions.git",
]

Expand Down

0 comments on commit 761fa53

Please sign in to comment.