Skip to content

Commit

Permalink
test pull
Browse files Browse the repository at this point in the history
  • Loading branch information
JinsooKim-KR committed Oct 1, 2023
1 parent 8d0f6e8 commit d2118e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions datasets/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Flower Datasets
<<<<<<< HEAD
=======

[![GitHub license](https://img.shields.io/github/license/adap/flower)](https://github.com/adap/flower/blob/main/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/adap/flower/blob/main/CONTRIBUTING.md)
Expand Down Expand Up @@ -90,4 +88,3 @@ Here are a few of the things that we will work on in future releases:
* Simplification of the dataset transformation to the popular frameworks/types.
* Creation of the synthetic data,
* Support for Vertical FL.
>>>>>>> ab7f77584b7caf37e98752016249b0cbfc6abd79
3 changes: 0 additions & 3 deletions datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,10 @@ exclude = [
[tool.poetry.dependencies]
python = "^3.8"
numpy = "^1.21.0"
<<<<<<< HEAD
=======
datasets = "^2.14.3"
pillow = { version = ">=6.2.1", optional = true }
soundfile = {version = ">=0.12.1", optional = true}
librosa = { version = ">=0.10.0.post2", optional = true }
>>>>>>> ab7f77584b7caf37e98752016249b0cbfc6abd79

[tool.poetry.dev-dependencies]
isort = "==5.11.5"
Expand Down
7 changes: 0 additions & 7 deletions src/py/flwr/simulation/ray_transport/ray_client_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@

import traceback
from logging import ERROR
<<<<<<< HEAD
from typing import Callable, Dict, Optional, Union, cast
=======
from typing import Dict, Optional, cast
>>>>>>> ab7f77584b7caf37e98752016249b0cbfc6abd79

import ray

Expand All @@ -40,13 +36,10 @@
JobFn,
VirtualClientEngineActorPool,
)
<<<<<<< HEAD
ClientFn = Callable[[str], ClientLike]
ClientRes = Union[
common.GetPropertiesRes, common.GetParametersRes, common.FitRes, common.EvaluateRes
]
=======
>>>>>>> ab7f77584b7caf37e98752016249b0cbfc6abd79


class RayClientProxy(ClientProxy):
Expand Down

0 comments on commit d2118e0

Please sign in to comment.