Skip to content

Commit 510cff1

Browse files
committed
try removing pypolyagamma dependence
1 parent 040a9cc commit 510cff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def finalize_options(self):
6161
packages=['pylds'],
6262
install_requires=[
6363
'numpy>=1.9.3', 'scipy>=0.16', 'matplotlib',
64-
'pybasicbayes', 'autograd', 'pypolyagamma>=1.1'],
64+
'pybasicbayes', 'autograd'],
6565
setup_requires=['future'],
6666
ext_modules=ext_modules,
6767
classifiers=[

0 commit comments

Comments
 (0)