-
Notifications
You must be signed in to change notification settings - Fork 94
chore: upgrade NumPy to 2.0 #436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update NumPy version to 2.0.0 in the repository. * **pyproject.toml** - Change NumPy version from `>=1.26.4,<2.0.0` to `2.0.0`. * **examples/mensuration_and_polling/requirements.txt** - Change NumPy version from `~=1.24.3` to `~=2.0.0`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/HumanSignal/label-studio-sdk?shareId=XXXX-XXXX-XXXX-XXXX).
…data. * **NumPy Version Update** - Change NumPy version from `1.26.4` to `2.0.0` - Update file hashes for new NumPy version * **Metadata and Groups** - Update `lock-version` from `2.0` to `2.1` - Add `groups` attribute to various packages - Update `content-hash` to reflect changes * **Dependency Updates** - Update versions and markers for various dependencies - Add or modify `groups` and `markers` attributes for several packages
Upgraded |
Hi. Is there an estimated date for when will we get this on a nightly build? |
I relaxed the pin on this to still allow numpy 1. I know you're out the next couple days, but I'm going to go ahead and get this merged. If there's any issue with that change lmk and we can resolve it when you're back 🙂 |
Ugh, it looks like the |
@pakelley Unfortunately I don't think that there is anything that I can do about this since it looks like it is a GitHub Actions restriction: |
@pakelley I have pulled updates from the upstream |
# Conflicts: # .github/workflows/tests.yml
Hi @benglewis We decided to take a slightly different approach for the poetry version 68d512f merged to your branch |
@nikitabelonogov Great. Can we merge this now then? 🙊 |
@benglewis Sorry for the confusion, we are only here to fix the build problem. @pakelley This change will be overridden by fern on the next run by: |
Ah, I see, I'll update that in the client generator, thanks @farioas |
client generator PR here, look good to you @farioas and @nikitabelonogov ? |
I know this will be made redundant by the client generator PR, but merging it in anyway |
Hi @benglewis ! Could you email me regarding this PR? [email protected] thanks! |
Fixes #296
Update NumPy version to 2.0.0 in the repository.
pyproject.toml
>=1.26.4,<2.0.0
to2.0.0
.examples/mensuration_and_polling/requirements.txt
~=1.24.3
to~=2.0.0
.For more details, open the Copilot Workspace session.