ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
203 stars 131 forks source link

🐛 Bug: Numpy versions conflicts #1163

Closed dzumii closed 3 months ago

dzumii commented 3 months ago

Describe the bug.

Ersilia returns warning messages when ran in an environment with newly released numpy version 2.0.0. See an example here

This version is not backward compatible and introduces breaking changes, which in our case, rdkit if affected by.

Describe the steps to reproduce the behavior

  1. Upgrade to numpy version 2.0.0
  2. Fetch an ersilia model
  3. Serve and run the model

Operating environment

Codespace

DhanshreeA commented 3 months ago

Thank you @dzumii

dzumii commented 3 months ago

You are welcome @DhanshreeA