From 79f783a4e45421c6cd1cd754de8aeeee779e93ce Mon Sep 17 00:00:00 2001 From: cgl <chloelallemand@example.com> Date: Tue, 15 Oct 2024 11:42:49 +0000 Subject: [PATCH] fix run_pipeline --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 37f9975c..f96b0c1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2303,7 +2303,7 @@ cache = ["redis (>=3.5.3,<4.0.0)"] [[package]] name = "leximpact-survey-scenario" -version = "1.7.1" +version = "1.6.0" description = "OpenFisca Survey Scenario for LexImpact" optional = false python-versions = "^3.9" @@ -2312,7 +2312,6 @@ develop = false [package.dependencies] ipykernel = "^6.24.0" -openfisca-core = "41.5.3" OpenFisca-France-Data = {git = "https://github.com/openfisca/openfisca-france-data.git", rev = "master"} openfisca-survey-manager = "^2.0.2" pytest-asyncio = "^0.21.1" @@ -2326,8 +2325,8 @@ france-reforms = ["openfisca-france-reforms @ git+https://git.leximpact.dev/lexi [package.source] type = "git" url = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/budget/leximpact-survey-scenario.git" -reference = "master" -resolved_reference = "a182f42f1b70a9671e5f9cfe0b068fbd6c49ddb1" +reference = "18-fix_integration_pote_2022" +resolved_reference = "02717285862e7e23033b147d9f9e4d8d09bd2bd2" [[package]] name = "lz4" @@ -6078,4 +6077,4 @@ pipeline = ["diagrams", "pypandoc", "scikit-learn", "tables"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "8159c16533abbc791149de39a00e15c3a863fc8b653b509151d25954942a76e2" +content-hash = "fa5cd8dfb3ebb3dac0d8306003dbe0399a8924fef96bae331394802b0c6c31b5" diff --git a/pyproject.toml b/pyproject.toml index 5c0e22d0..f53a1bbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pandas = ">=2.0.3,<3.0" scikit-learn = { version = "^1.0.1", optional = true} tables = { version = "^3.6.1", optional = true} diagrams = { version = "^0.20.0", optional = true} -leximpact-survey-scenario = {git = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/budget/leximpact-survey-scenario.git", rev="master"} +leximpact-survey-scenario = {git = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/budget/leximpact-survey-scenario.git", rev="18-fix_integration_pote_2022"} openfisca-france-reforms = {git = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-reforms.git"} leximpact-aggregates = "^0.0.39" multipledispatch = "^0.6.0" -- GitLab