Skip to content

Commit

Permalink
fix deps (#2)
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 4dfe859 commit 61330e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bin/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
PaddleDetection="$(dirname $DIR)/deps/PaddleDetection"
Fedvision="$(dirname $DIR)/fedvision"
export PYTHONPATH="$PYTHONPATH:$PaddleDetection:$Fedvision"
Fedvision="$(dirname $DIR)"
PaddleFL="$(dirname $DIR)/deps/PaddleFL/python"
export PYTHONPATH="$PYTHONPATH:$PaddleDetection:$Fedvision:$PaddleFL"

# todo: use yaml or json

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ PyYAML>=5.3.1
click==7.1.2
paddlepaddle==1.8.5
paddle_fl==1.1.0
zmq # todo: remove
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"PyYAML>=5.3.1",
"click==7.1.2",
"paddlepaddle==1.8.5",
"paddle_fl==1.1.0",
]

setup(
Expand Down

0 comments on commit 61330e3

Please sign in to comment.