open-mmlab / mmeval

A unified evaluation library for multiple machine learning libraries
https://mmeval.readthedocs.io/en/latest/
Apache License 2.0
256 stars 49 forks source link

[Fix] Fix CI failed caused by OneFlow installation and new version of NumPy #73

Closed ice-tong closed 1 year ago

ice-tong commented 1 year ago

Motivation

The CI failed with the following 2 reasons:

  1. OneFlow OSS download could be failed.
  2. The new version release of NumPy (1.24.1)

Modification

According to the NumPy deprecations: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations image