dingo-gw / dingo

Dingo: Deep inference for gravitational-wave observations
MIT License
55 stars 18 forks source link

Move wandb to dev requirements #172

Closed stephengreen closed 1 year ago

stephengreen commented 1 year ago

Since the wandb package is not present in IGWN, and is not needed for general use of Dingo, move it into the dev requirements. In addition, place wandb imports / usage within try/except blocks.

At present this likely raises an ImportError under the non-dev install, if users haven't installed wandb into their environment.

stephengreen commented 1 year ago

Completed by #174