Skip to content

Commit 974de83

Browse files
author
eltrompetero
committed
check for boost module in compilation
1 parent ec7dd1f commit 974de83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
'numpy>=1.16.2,<2',
9393
'numba>=0.45.1,<1',
9494
'mpmath>=1.1.0',
95-
'dill'],
95+
'dill',
96+
'boost==1.74.0'],
9697
'include_package_data':True, # see MANIFEST.in
9798
'py_modules':['coniii.enumerate',
9899
'coniii.enumerate_potts',

0 commit comments

Comments
 (0)