Skip to content

Commit ff2d0e3

Browse files
committed
Remove restriction prody
1 parent e40848e commit ff2d0e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"PPP/Data/Templates/OPLS2005/Protein": ['*'],
2626
"PPP/Data/RotamerLibs/": ['*']},
2727
include_package_data=True,
28-
install_requires=["biopython", "prody==1.8.2", "pytest", "scipy"],
28+
install_requires=["biopython", "prody", "pytest", "scipy"],
2929
cmdclass=cmdclass,
3030
ext_modules=ext_modules # accepts a glob pattern
3131
)

0 commit comments

Comments
 (0)