Skip to content

Commit

Permalink
fix(req): update eggroll requirements
Browse files Browse the repository at this point in the history
Signed-off-by: weiwee <wbwmat@gmail.com>
  • Loading branch information
sagewe committed Jan 31, 2023
1 parent b2e4345 commit fd05551
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion python/requirements-eggroll.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]"],
}
Expand Down

0 comments on commit fd05551

Please sign in to comment.