From 03cc6af5f227d8812f0cb75fba37647f113d37ab Mon Sep 17 00:00:00 2001 From: Marie-Claire Gering <52790556+MaGering@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:58:17 +0100 Subject: [PATCH] Update setup.py by setting oemof.tabular to v0.0.5 via pypi release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8cf27be..e4fe168 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def read(fname): "pyyaml", "dynaconf", "pandas", - "oemof.tabular @ git+https://github.com/oemof/oemof-tabular.git@v0.0.5", + "oemof.tabular==0.0.5", "plotly", "frictionless", "matplotlib",