MDAnalysis / mdanalysis

MDAnalysis is a Python library to analyze molecular dynamics simulations.
https://mdanalysis.org
Other
1.3k stars 648 forks source link

Unpin rdkit imports once rdkit supports numpy 2.0 #4624

Closed IAlibay closed 2 months ago

IAlibay commented 3 months ago

With #4620 we are adding import skips when trying to use rdkit with numpy > 2.0. Once rdkit has 2.0 support we should remove those skips.

Tracking issue: https://github.com/rdkit/rdkit/issues/7477