From 8bd793e5df39ecca5f17313d0ef1f202fb972016 Mon Sep 17 00:00:00 2001 From: Marco Mangano <36549388+marcomangano@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:46:38 -0400 Subject: [PATCH] missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78fdd080..b4642cdf 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ def copy_shared_libraries(): long_description="pyOptSparse is a Python package for formulating and solving nonlinear constrained optimization problems", platforms=["Linux"], keywords="optimization", - python_requires=">=3.9" + python_requires=">=3.9", install_requires=[ "sqlitedict>=1.6", "numpy>=1.21",