Skip to content

Commit

Permalink
fix bug (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: weiwee <[email protected]>
  • Loading branch information
sagewe committed Dec 7, 2020
1 parent 84fcb3b commit eeb9068
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
PaddleDetection="$(dirname $DIR)/deps/PaddleDetection"
Fedvision="$(dirname $DIR)/fedvision"
PYTHONPATH="$PYTHONPATH:$PaddleDetection:$Fedvision"
export PYTHONPATH="$PYTHONPATH:$PaddleDetection:$Fedvision"

# todo: use yaml or json

Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"attr",
"grpcio>=1.33.2,!=1.34.0",
"grpcio-tools>=1.33.2,!=1.34.0",
"aiohttp>=3.7,<3.8"
"loguru>=0.5"
"protobuf==3.14.0"
"jsonschema==3.2.0"
"PyYAML>=5.3.1"
"click==7.1.2"
"aiohttp>=3.7,<3.8",
"loguru>=0.5",
"protobuf==3.14.0",
"jsonschema==3.2.0",
"PyYAML>=5.3.1",
"click==7.1.2",
"paddlepaddle==1.8.5",
"paddle_fl==1.1.0",
]
Expand Down

0 comments on commit eeb9068

Please sign in to comment.