-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
We recently had an issue in which new installs of PyBNF broke, because versions of PyBNF dependecy packages changed in ways that were incompatible with each other (specifically msgpack and distributed).
That particular issue is fixed, but this type of issue could come up in the future. To help debug such issues, I am posting here a current list of all package versions (output by pip freeze
) of an install that I confirmed to be working.
bcrypt==3.2.0
cffi==1.14.4
click==7.1.2
cloudpickle==1.6.0
cryptography==3.3.1
dask==0.20.0
distributed==1.24.0
HeapDict==1.0.1
libroadrunner==2.0.3.1
msgpack==0.6.2
nose==1.3.7
numpy==1.19.3
paramiko==2.7.2
psutil==5.8.0
pybnf==1.1.2
pycparser==2.20
PyNaCl==1.4.0
pyparsing==2.4.7
PyYAML==5.3.1
six==1.15.0
sortedcontainers==2.3.0
tblib==1.7.0
toolz==0.11.1
tornado==4.5.3
zict==2.0.0
Metadata
Metadata
Assignees
Labels
No labels