Skip to content

Commit 5c84233

Browse files
committed
remove pyqpbo from setup.py
1 parent e02ed15 commit 5c84233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(name="pystruct",
1212
version="0.2.1",
13-
install_requires=["ad3", "pyqpbo"],
13+
install_requires=["ad3"],
1414
packages=['pystruct', 'pystruct.learners', 'pystruct.inference',
1515
'pystruct.models', 'pystruct.utils', 'pystruct.datasets',
1616
'pystruct.tests', 'pystruct.tests.test_learners',

0 commit comments

Comments
 (0)