forked from wandb/wandb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_dev.txt
More file actions
80 lines (64 loc) · 1.5 KB
/
Copy pathrequirements_dev.txt
File metadata and controls
80 lines (64 loc) · 1.5 KB
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
71
72
73
74
75
76
77
78
79
80
-r requirements_test.txt
astunparse; python_version < '3.9'
click~=8.1
filelock~=3.13
pydantic~=2.9
# For Pydantic to work with modern type annotations in older Pythons:
eval-type-backport~=0.2.0; python_version >= '3.8' and python_version < '3.10'
Pillow
pandas
polars
moviepy >= 1.0.0
imageio[ffmpeg]
matplotlib
soundfile
rdkit
plotly
bokeh
tqdm
tenacity
ipython
ipython<8.13; python_version < '3.9'
ipykernel
nbclient~=0.10.1
tensorflow~=2.18.0; python_version >= '3.9'
tensorflow==2.9.2; python_version < '3.9' and sys_platform != 'darwin'
# tensorflow==2.9.2 does not provide arm64 wheels for macOS.
# This was fixed in later versions of tensorflow.
tensorflow-macos==2.9.2; python_version < '3.9' and sys_platform == 'darwin'
# This is a transitive dependency of `tensorflow` via `tensorboard`
# which fails to specify an upper bound causing import errors.
protobuf==3.19.6; python_version < '3.9' and sys_platform == 'darwin'
scikit-learn
torch
torchvision
jax[cpu]
lightning
ray[air,tune]
# Latest version of plum-dispatch tested is 2.5.7
plum-dispatch>=2.0.0,<3.0.0
pyarrow
metaflow
xgboost
lightgbm
mlflow
urllib3
docker
catboost
openai
gymnasium < 1.0.0
stable_baselines3
requests~=2.23
responses
prometheus_client
google-cloud-aiplatform
# See:
# - https://github.com/boto/botocore/pull/1107
# - https://github.com/boto/botocore/pull/1230
boto3
botocore>=1.5.76
ariadne-codegen~=0.14.0
.[perf]
.[launch]
.[sweeps] ; sys_platform != 'darwin' or (sys_platform == 'darwin' and platform.machine != 'arm64')
.[azure]