Spaces:
Running
Running
feat: wandb required for checkpoints
Browse files
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]
|