add some version specifiers in requirements (#281)
Showing
... | @@ -2,6 +2,6 @@ pillow | ... | @@ -2,6 +2,6 @@ pillow |
scipy | scipy | ||
h5py | h5py | ||
tornado; python_version < '3.0' | tornado; python_version < '3.0' | ||
lmdb | lmdb>=0.92 | ||
matplotlib | matplotlib | ||
scikit-learn | scikit-learn |
numpy | numpy | ||
six | six | ||
termcolor | termcolor>=1.1 | ||
tabulate | tabulate>=0.7.7 | ||
tqdm>4.11.1 | tqdm>4.11.1 | ||
msgpack-python | msgpack-python>0.4.0 | ||
msgpack-numpy | msgpack-numpy>=0.3.8 | ||
pyzmq>=16 | pyzmq>=16 | ||
subprocess32; python_version < '3.0' | subprocess32; python_version < '3.0' | ||
functools32; python_version < '3.0' | functools32; python_version < '3.0' |
Please register or sign in to comment