forked from alibaba/FederatedScope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
54 lines (47 loc) · 997 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{% set name = "federatedscope" %}
{% set version = "0.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/federatedscope-{{ version }}.tar.gz
sha256: f7802afa41b7edc34adb3128fbadd18ceb2a92521384e57b9d7cbb9aae894ea6
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
host:
- pip
- python >=3.9
run:
- fvcore
- grpcio >=1.45.0
- grpcio-tools
- iopath
- numpy <1.23.0
- pandas
- protobuf ==3.19.4
- pympler
- python >=3.9
- pyyaml >=5.1
- scikit-learn >=1.0.2
- scipy ==1.7.3
- tensorboard
- tensorboardx
- wandb
test:
imports:
- federatedscope
commands:
- pip check
requires:
- pip
about:
home: https://github.com/alibaba/FederatedScope
summary: Federated learning package
license: Apache-2.0
license_file: LICENSE
extra:
recipe-maintainers:
- rayrayraykk