C2SM / icon-vis

Collection of Python scripts and notebooks to demonstrate plotting on the ICON grid.
BSD 3-Clause "New" or "Revised" License
15 stars 6 forks source link

use older version of numpy #28

Closed AnnikaLau closed 1 year ago

AnnikaLau commented 1 year ago

A newer version of an unknown package seems to be incompatible with the newest numpy version as it deprecated the attribute 'typeDict'. Using a numpy version older than 1.24 seems to solve this issue.