Closed jypeter closed 3 weeks ago
Related to #668, where xesmf=0.8.5
breaks with numpy>=2.0
. We had to constrain numpy<2.0
in v0.7.1, hence the downgrade in your environment.
This issue is fixed in xESMF via https://github.com/pangeo-data/xESMF/pull/373, but a new version has not been released yet. Once a new version is released with this fix, we can remove the numpy<2.0
constraint.
Thanks for the explanation, and thank libmamba
for figuring out quickly a compatible set of package versions in complex environments!
Will conda update
automatically trigger a numpy
update once you remove the constraint? Provided no other package in the environment has a similar constraint?
Thanks for the explanation, and thank
libmamba
for figuring out quickly a compatible set of package versions in complex environments!Will
conda update
automatically trigger anumpy
update once you remove the constraint? Provided no other package in the environment has a similar constraint?
You're welcome @jypeter. Yes, conda update
should trigger an update to numpy
.
What happened?
I have a brand new python environment on a Linux server where I installed xcdat and other stuff a few days ago
I thought I would check if there were some updates available today. There are, including a numpy update, but I also get
Full output below. I have type "n" to cancel the operation
What did you expect to happen? Are there are possible answers you came across?
I did not expect an xcdat downgrade!
Minimal Complete Verifiable Example (MVCE)
No response
Relevant log output
No response
Anything else we need to know?
No response
Environment