Open ChrisBarker-NOAA opened 1 year ago
I think this is covered already? https://github.com/axiom-data-science/extract_model/blob/c47b718711cfc4d659dc67daf483f0602f9896bd/setup.cfg#L59
did that make it into the conda package? we've had failures.
But we really should get that fixed -- it's an easy change, and pinning numpy can have repercussions ...
-CHB
I jsut looked at the conda-forge recipe, and it is pinned -- no not sure how we got this incompatibility in an environment.
But still good to address this sooner than later.
Now I"m really confused -- I msut have had a brain blip -- you fixed this in January:
85246cf1 (Kristen Thyng 2023-01-23 13:06:05 -0600 386) mask = np.ones((element.shape[0]), dtype=bool)
So does it need to be pinned anymore? ( lat release Jan 27 -- so the fix should be in there, yes?)
(we must have been working with an old version -- though not sure how that happened)
I'm not going to close this, 'cause you may be able to unpin numpy.
Hm that is indeed confusing. My concern about unpinning is I recall the numpy version being an issue for several packages but I can't quite remember the details to know if it was as simple as this or more involved.
extract_model does not work with numpy >= 1.24