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

numpy 2.0.0 is not compatible #26

Closed
5 of 7 tasks
c-w-feldmann opened this issue Jun 17, 2024 · 2 comments · Fixed by #57
Closed
5 of 7 tasks

numpy 2.0.0 is not compatible #26

c-w-feldmann opened this issue Jun 17, 2024 · 2 comments · Fixed by #57
Assignees
Labels
status: completed Issue that was successfully solved type: maintenance Improvement of code or keeping the code up to date

Comments

@c-w-feldmann
Copy link
Collaborator

c-w-feldmann commented Jun 17, 2024

Waiting for:

  • RDKit 2024.03.4 (pypi)
  • ChemProp (which is also waiting for RDKit)

TODOs:

  • update requirements
    • rdkit >= 2024.03.4
    • chemprop >= xxx
    • find out if we need to specify numpy (maybe we can be backwards compatible)
  • adapt code
@c-w-feldmann c-w-feldmann added type: maintenance Improvement of code or keeping the code up to date status: doing Issue is currently addressed status: backlog Things we will work on, but not right now and removed status: doing Issue is currently addressed labels Jun 17, 2024
@c-w-feldmann
Copy link
Collaborator Author

numpy requires a higher version of pandas, for which we need a higher version of rdkit which is currently blocked by the pypi size limit. See here.

@c-w-feldmann c-w-feldmann linked a pull request Aug 6, 2024 that will close this issue
@c-w-feldmann c-w-feldmann added status: doing Issue is currently addressed and removed status: backlog Things we will work on, but not right now labels Aug 6, 2024
@c-w-feldmann
Copy link
Collaborator Author

Code is now compatible with numpy 1 and 2

@c-w-feldmann c-w-feldmann self-assigned this Aug 6, 2024
@c-w-feldmann c-w-feldmann added status: completed Issue that was successfully solved and removed status: doing Issue is currently addressed labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: completed Issue that was successfully solved type: maintenance Improvement of code or keeping the code up to date
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant