diff --git a/python/requirements-eggroll.txt b/python/requirements-eggroll.txt index f1bbc2863c..8dafc99482 100644 --- a/python/requirements-eggroll.txt +++ b/python/requirements-eggroll.txt @@ -1,6 +1,12 @@ grpcio==1.46.3 grpcio-tools==1.46.3 -numba==0.53.0 +numba==0.56.4 protobuf==3.19.6 pyarrow==6.0.1 mmh3==3.0.0 +cachetools>=3.0.0 +cloudpickle==2.1.0 +llvmlite==0.36.0 +psutil>=5.7.0 +python-rocksdb==0.7.0 +pystack-debugger>=0.9.0 diff --git a/python/setup.py b/python/setup.py index 43d74b45c0..3f11b4732a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -34,6 +34,12 @@ "protobuf==3.19.6", "pyarrow==6.0.1", "mmh3==3.0.0", + "cachetools>=3.0.0", + "cloudpickle==2.1.0", + "llvmlite==0.36.0", + "psutil>=5.7.0", + "python-rocksdb==0.7.0", + "pystack-debugger>=0.9.0", ], "all": ["pyfate[rabbitmq,pulsar,spark,eggroll]"], }