Skip to content

Commit

Permalink
Updates package requirements to include scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
kls93 committed Jun 13, 2021
1 parent 0a0d5f0 commit dd163bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

numpy
matplotlib
scipy
seaborn
pandas
requests
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
packages=find_packages(),
package_data={'rabdam': ['Subroutines/HTML_stylesheet.css',
'Subroutines/HTML_stylesheet.js']},
version='1.6.1',
version='1.6.3',
description=('RABDAM: A program to identify and quantify specific '
'radiation damage within individual protein crystal '
'structures'),
Expand All @@ -22,8 +22,8 @@
license='LGPL v3',
keywords=['radiation damage', 'specific damage', 'atomic Bfactors',
'atomic displacement parameters', 'BDamage', 'Bnet'],
install_requires=['numpy', 'matplotlib', 'seaborn', 'pandas', 'requests',
'setuptools'],
install_requires=['numpy', 'matplotlib', 'scipy', 'seaborn', 'pandas',
'requests', 'setuptools'],
classifiers=['Programming Language :: Python'],
python_requires=('>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, '
'!=3.5.*, <4'),
Expand Down

0 comments on commit dd163bd

Please sign in to comment.