Skip to content

Commit 61d7677

Browse files
authored
Pin msgpack=0.6.2
This version setting is needed because newer versions of msgpack are incompatible with the pinned version of distributed. See dask/distributed#3491
1 parent 6e2bbd8 commit 61d7677

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
@@ -23,6 +23,6 @@
2323
long_description=long_desc,
2424
author='Eshan Mitra, Ryan Suderman, Alex Ionkov',
2525
package=['pybnf'],
26-
install_requires=['distributed==1.24.0', 'paramiko', 'numpy', 'nose', 'pyparsing', 'libroadrunner>=1.5.2',
26+
install_requires=['distributed==1.24.0', 'paramiko', 'msgpack==0.6.2', 'numpy', 'nose', 'pyparsing', 'libroadrunner>=1.5.2',
2727
'dask==0.20.0', 'tornado >= 4.5.1, < 5.0.0'],
2828
python_requires=">=3.5")

0 commit comments

Comments
 (0)