NanoComp / meep

free finite-difference time-domain (FDTD) software for electromagnetic simulations
GNU General Public License v2.0
1.16k stars 594 forks source link

Pin to older Numpy version to prevent Autograd breakage during CI #2857

Closed oskooi closed 6 days ago

oskooi commented 6 days ago

Closes #2855.

Autograd is currently failing during CI because of an incompatibility with the recently released version 2.0.0 for Numpy (HIPS/autograd#618). As a workaround until a patch is merged, the Numpy version is pinned to an older version.

codecov-commenter commented 6 days ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.78%. Comparing base (f29a8c7) to head (e5fbbaf). Report is 24 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2857 +/- ## ========================================== - Coverage 73.81% 73.78% -0.04% ========================================== Files 18 18 Lines 5423 5428 +5 ========================================== + Hits 4003 4005 +2 - Misses 1420 1423 +3 ```