From fc2198f522622fb9d7e87848bfbf3cf53c022037 Mon Sep 17 00:00:00 2001 From: Michael Knudsen Date: Mon, 22 May 2023 21:07:31 +0200 Subject: [PATCH] gwf is no longer pip-installable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a58d27..200864c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ test_suite="tests", entry_points={"gwf.plugins": ["utilization = gwf_utilization.main:utilization"]}, python_requires=">=3.7", - install_requires=["click", "gwf>=2", "texttable>=1.4.0"], + install_requires=["click", "texttable>=1.4.0"], author="Michael Knudsen", author_email="michaelk@clin.au.dk", license="MIT",