protocol / filecoin-mecha-twin

Mechanistic model for the Filecoin Economy
MIT License
15 stars 7 forks source link

27 fix numpy version conflicts #28

Closed misilva73 closed 1 year ago

misilva73 commented 1 year ago

scipy 1.7.3 requires numpy<1.23.0, which is creating some issues with Google Collab imports.

Changing the required version to 1.22 is not expected to break anything, while fixing the import warnings