From 69040320df20932f4b4bf750b61dde8c5725a545 Mon Sep 17 00:00:00 2001 From: David Slochower Date: Mon, 4 Nov 2019 14:06:08 -0800 Subject: [PATCH] Remove packages from `install_requires` that `pip` does not know about --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5668545..90902d74 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ # Extend/modify the list to include/exclude other items as need be package_data={'paprika': ["data/*.dat"] }, - include_package_data=True, install_requires=['numpy', 'parmed', 'simtk'] + include_package_data=True, install_requires=['numpy'] # Additional entries you may want simply uncomment the lines you want and fill in the data # author_email='me@place.org', # Author email