Skip to content

Commit

Permalink
Remove packages from install_requires that pip does not know about
Browse files Browse the repository at this point in the history
  • Loading branch information
slochower committed Nov 4, 2019
1 parent 47426bc commit 6904032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]', # Author email
Expand Down

0 comments on commit 6904032

Please sign in to comment.