forked from wandb/wandb
-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements_dev.txt
53 lines (46 loc) · 1.01 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
pytest
hypothesis
pyfakefs
hypothesis-fspaths
coverage
Pillow
pandas
moviepy
imageio
matplotlib!=3.5.2
soundfile
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'
plotly
bokeh
tqdm
ipython
ipython<8.13; python_version < '3.9'
ipykernel
nbclient
scikit-learn
tensorflow>=1.15.2; sys_platform != 'darwin'
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
torchvision
jax[cpu]; sys_platform == 'darwin' or sys_platform == 'linux'
fastcore
pyarrow
metaflow>=2.3.5
xgboost
lightgbm
mlflow
kfp<2.0.0
urllib3<2
docker
responses
respx
prometheus_client
google-cloud-aiplatform
.[async]
.[perf]
.[launch]
.[sweeps]; sys_platform != 'darwin' or (sys_platform == 'darwin' and platform.machine != 'arm64')
.[azure]