google-research / robustness_metrics

Apache License 2.0
463 stars 33 forks source link

Remove nightly dependencies for pip install. #49

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Remove nightly dependencies for pip install.

Nightly can often break which causes usage of Robustness Metrics itself to be unstable. Let's remove the explicit dependence and require users to manually install either the stable or nightly for now.

See also https://github.com/google/uncertainty-baselines/pull/530 for Uncertainty Baselines and the GitHub issues raised about this (https://github.com/google/uncertainty-baselines/issues/407, https://github.com/google/uncertainty-baselines/issues/525).