Commit ddb767e
Jacob Garber
Add numpy 2.0.2
This is the current version of numpy in Google Colab, see:
https://github.com/googlecolab/backend-info/blob/main/pip-freeze.txt
We should use this version of numpy in our poetry.lock file so that our
testing environments match the colab version, but still specify a wider
range of allowable versions in pyproject.toml so that if a newer version
of colab is released then the malaria package can still be installed.
This can be done by running `poetry add numpy==2.0.2` and then editing
pyproject.toml to specify the allowed range of versions.1 parent 4341957 commit ddb767e
2 files changed
Lines changed: 51 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | | - | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments