From 435c494c033e1b7bca25f8ff0b4ad849d3b0df17 Mon Sep 17 00:00:00 2001 From: Paolo Lucchino Date: Fri, 13 Dec 2024 18:35:53 +0100 Subject: [PATCH] Move STATA dependencies out of tthe core package --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5723f6b..4627dbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,6 @@ requires-python = ">=3.9" dependencies = [ 'PyYAML', 'pandas>=2', - 'pystata', - 'stata-setup', 'data-bridges-client @ git+https://github.com/WFP-VAM/DataBridgesAPI.git', ]