From f0378d3ba4b86d8a44dce074a33a14fa78834bac Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sat, 4 Mar 2023 09:46:14 -0500 Subject: [PATCH] change ilpy dependency --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3953eb2..0f0209a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,11 +15,8 @@ authors = [ { name = 'Talley Lambert', email = 'talley.lambert@gmail.com' }, ] dynamic = ["version"] -dependencies = [ - 'networkx', - 'ilpy @ git+https://github.com/funkelab/ilpy', - 'numpy', -] +dependencies = ['networkx', 'ilpy', 'numpy'] + [tool.hatch.metadata] # only need this to depend on ilpy from github