forked from wandb/wandb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_dev.txt
51 lines (43 loc) · 1.3 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
-r requirements_test.txt
pytest
hypothesis
hypothesis-fspaths
Pillow
pandas
moviepy~=1.0.3
imageio[ffmpeg]
matplotlib!=3.5.2
soundfile
rdkit; (sys_platform != 'darwin') or (sys_platform == 'darwin' and platform.machine != 'arm64')
rdkit; python_version > '3.7' and sys_platform == 'darwin' and platform.machine == 'arm64'
plotly
bokeh
tqdm
ipython
ipython<8.13; python_version < '3.9'
ipykernel
nbclient
scikit-learn
tensorflow<2.14; sys_platform != 'darwin' and python_version < '3.12'
tensorflow>=1.15.2; sys_platform == 'darwin' and platform.machine != 'arm64'
tensorflow-macos; python_version > '3.7' and python_version < '3.11' and sys_platform == 'darwin' and platform.machine == 'arm64'
tensorboard
torch; python_version < '3.12'
torchvision; python_version < '3.12'
jax[cpu]; python_version > '3.7' and (sys_platform == 'darwin' or sys_platform == 'linux')
fastcore
pyarrow; python_version < '3.12' # TODO: 3.12 support will be added in 14.0.0
metaflow>=2.3.5
xgboost
lightgbm; sys_platform != 'darwin'
mlflow; python_version < '3.12' # TODO: requires pyarrow
# kfp<2.0.0 # TODO: put back when we support kfp>=2.0.0
urllib3<2
docker
responses
prometheus_client
google-cloud-aiplatform
.[perf]
.[launch]
.[sweeps] ; sys_platform != 'darwin' or (sys_platform == 'darwin' and platform.machine != 'arm64')
.[azure]