forked from wandb/wandb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_dev.txt
70 lines (68 loc) · 2.21 KB
/
requirements_dev.txt
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
pytest
hypothesis
coverage
Pillow
pandas
matplotlib!=3.5.2
soundfile; sys_platform != 'darwin' or (sys_platform == 'darwin' and platform.machine != 'arm64')
git+https://github.com/bastibe/[email protected]#egg=soundfile; sys_platform == 'darwin' and platform.machine == 'arm64'
boto3
google-cloud-storage
google-cloud-aiplatform
kubernetes
moviepy
imageio
ipython
ipykernel
nbclient
scikit-learn
tensorflow>=1.15.2; sys_platform != 'darwin'
tensorflow>=1.15.2; python_version > '3.6' and sys_platform == 'darwin' and platform.machine != 'arm64'
tensorflow-macos; python_version > '3.6' and python_version < '3.10' and sys_platform == 'darwin' and platform.machine == 'arm64'
torch
torchvision
plotly
bokeh
tqdm
docker
tensorboard
jax[cpu]; sys_platform == 'darwin' or sys_platform == 'linux'
fastcore; python_version > '3.6'
fastcore==1.3.29; python_version == '3.6'
pyarrow
metaflow>=2.3.5
xgboost
lightgbm
rdkit-pypi; sys_platform != 'darwin' or (sys_platform == 'darwin' and platform.machine != 'arm64')
rdkit-pypi; python_version > '3.7' and sys_platform == 'darwin' and platform.machine == 'arm64'
# TODO: fix extra dependencies
# We need to improve how we do requirements_dev as specifying .[extra] creates
# dependencies which are not resolveable by pip when dealing with yea-wandb which also requires wandb.
# These issues might be temporary as we transition to a released version of wandb which has
# the necessary support for yea-wandb (namely the relay server).
# Writing out explicit dependencies here is undesireable as it can get out of sync with setup.py deps.
# .[launch]
# vvvvvvvvvv - below are for extra launch
nbconvert
nbformat
chardet
iso8601
typing_extensions
boto3
botocore
google-cloud-storage
google-cloud-compute
google-cloud-artifact-registry
kubernetes
# ^^^^^^^^^^ - above are for extra launch
# .[sweeps]; sys_platform != 'darwin' or (sys_platform == 'darwin' and platform.machine != 'arm64')
# vvvvvvvvvv - below are for extra sweeps
sweeps>=0.2.0; sys_platform != 'darwin' or (sys_platform == 'darwin' and platform.machine != 'arm64')
# ^^^^^^^^^^ - above are for extra sweeps
# .[azure]
# vvvvvvvvvv - below are for extra azure
azure-storage-blob
# ^^^^^^^^^^ - above are for extra azure
cloudpickle
responses
kfp