open-mmlab / mmhuman3d

OpenMMLab 3D Human Parametric Model Toolbox and Benchmark
https://mmhuman3d.readthedocs.io/
Apache License 2.0
1.25k stars 137 forks source link

[Upgrade] Specify the numpy version less than 1.24. #361

Closed ttxskk closed 1 year ago

ttxskk commented 1 year ago

Since numpy v1.24.0 removed np.object, np.bool, np.float, np.complex, np.str, and np.int, which are used in chumpy v0.70, we specify a numpy version less than 1.24.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (9edb211) 85.37% compared to head (8c3fb06) 85.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #361 +/- ## ======================================= Coverage 85.37% 85.37% ======================================= Files 211 211 Lines 20213 20213 ======================================= Hits 17256 17256 Misses 2957 2957 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `85.37% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-mmlab#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.