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
34 lines (34 loc) 路 1 KB
/
Copy pathrequirements_dev.txt
File metadata and controls
34 lines (34 loc) 路 1 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
pytest
coverage
tox==3.24.0
pip
Pillow
pandas; python_version < '3.10'
matplotlib<3.3.3
soundfile
boto3
google-cloud-storage
moviepy; python_version >= '3.5'
imageio; python_version >= '3.5'
ipython; python_version >= '3.5'
ipython==5.4.1; python_version < '3.5'
ipykernel
nbclient; python_version >= '3.5'
sklearn; python_version < '3.10'
tensorflow>=1.15.2; python_version < '3.9'
torch; python_version >= '3.5' and python_version < '3.9' and sys_platform == 'darwin'
torchvision; python_version >= '3.5' and python_version < '3.9' and sys_platform == 'darwin'
torch==1.8.1+cpu; python_version >= '3.5' and python_version < '3.9' and sys_platform != 'darwin'
torchvision==0.9.1+cpu; python_version >= '3.5' and python_version < '3.9' and sys_platform != 'darwin'
plotly; python_version < '3.9'
bokeh
tqdm
docker
stable_baselines3; python_version < '3.10'
tensorboard
gym
jax[cpu]; python_version < '3.10'
fastcore; python_version < '3.10'
pyarrow; python_version < '3.10'
metaflow>=2.3.5; python_version < '3.10'
.[launch]