delvtech / agent0

Analysis & simulation repo for Delv
https://agent0.readthedocs.io/en/latest/
Apache License 2.0
45 stars 18 forks source link

pin numpy to 1.26.4 #1533

Closed wakamex closed 3 weeks ago

wakamex commented 3 weeks ago

otherwise, uv resolves to numpy 2.0 which forces web3 to install a really old version

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.19%. Comparing base (192e465) to head (bebcf8b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1533 +/- ## ========================================== + Coverage 81.08% 81.19% +0.11% ========================================== Files 98 98 Lines 7037 7037 ========================================== + Hits 5706 5714 +8 + Misses 1331 1323 -8 ``` | [Flag](https://app.codecov.io/gh/delvtech/agent0/pull/1533/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=delvtech) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/delvtech/agent0/pull/1533/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=delvtech) | `81.19% <ø> (+0.11%)` | :arrow_up: | 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=delvtech#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

wakamex commented 3 weeks ago

fixed by https://github.com/delvtech/agent0/pull/1535