From 761fa53586b85715f1ecdab251bea1fa47b5f92d Mon Sep 17 00:00:00 2001 From: grgmiller Date: Fri, 29 Dec 2023 09:40:32 -0800 Subject: [PATCH] update dependencies --- Pipfile | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 3ee8e796..de456b27 100644 --- a/Pipfile +++ b/Pipfile @@ -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 = "*" diff --git a/pyproject.toml b/pyproject.toml index aaa51169..91c0d6b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]