boris commited on
Commit
38c2c4e
1 Parent(s): 094e178

feat: wandb required for checkpoints

Browse files
Files changed (1) hide show
  1. setup.cfg +1 -1
setup.cfg CHANGED
@@ -29,11 +29,11 @@ install_requires =
29
  pillow
30
  jax
31
  flax
 
32
 
33
  [options.extras_require]
34
  dev =
35
  tqdm
36
- wandb
37
  optax
38
  braceexpand
39
  black[jupyter]
 
29
  pillow
30
  jax
31
  flax
32
+ wandb
33
 
34
  [options.extras_require]
35
  dev =
36
  tqdm
 
37
  optax
38
  braceexpand
39
  black[jupyter]