Bump pydantic#183
Conversation
To latest on conda-forge, with upper bound for the next minor release (3.14) Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
|
It is in the In general the NFDI benchmark is unfortunately not updated very frequently. |
|
Indeed, the meshio feedstock puts no pins on Updating the demo to not use I was confused why a pydantic bump would cause a numpy compatibility issue, so I looked into the failure log more deeply, and at the step "Run conda-incubator/setup-miniconda@v4", we're still getting numpy 1.x: Yet the stack trace message is a v1/v2 error. Aha, because in "Create additional Conda environments" we install These are built off Looking in the same place at the most recent passing actions log, "Create additional Conda environments" was installing numpy v1: That was just last week, so I have no idea what changed between now and then. |
Ah, you're speedy! You got back to me while I was digging into it. I found this too. What I don't understand is why it didn't fail earlier! I guess a pragmatic solution would be to add numpy pins in the nfdi envs? |
To latest on conda-forge, with upper bound for the next minor release (3.14)