Skip to content
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

Optimum 1.22 still requires numpy<2.0 #2037

Closed
1 of 4 tasks
rkazants opened this issue Sep 30, 2024 · 0 comments · Fixed by #2039
Closed
1 of 4 tasks

Optimum 1.22 still requires numpy<2.0 #2037

rkazants opened this issue Sep 30, 2024 · 0 comments · Fixed by #2039
Labels
bug Something isn't working

Comments

@rkazants
Copy link

System Info

Python 3.12, Windows

Who can help?

No response

Information

  • The official example scripts
  • My own modified scripts

Tasks

  • An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
  • My own task or dataset (give details below)

Reproduction (minimal, reproducible, runnable)

pip install numpy~=2.1.1 optimum~=1.22

Logs:

The conflict is caused by:
    The user requested numpy~=2.1.1
    optimum 1.22.0 depends on numpy<2.0

However, pip install numpy~=2.1.1 optimum~=1.20 works fine.

Expected behavior

Successfully installed and worked correctly

@rkazants rkazants added the bug Something isn't working label Sep 30, 2024
@rkazants rkazants changed the title Optimum still requires numpy<2.0 Optimum 1.22 still requires numpy<2.0 Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant