Closed ijpulidos closed 3 months ago
pydantic 2 seems to be picked up when creating the environment https://github.com/choderalab/feflow/actions/runs/10258575412/job/28381617669?pr=58#step:6:409
This seems to be working fine, ready for review.
You might consider, if you don't mind the larger matrix, testing both v1 and v2 at install time, just to catch when one doesn't work. Right now it looks like either should work at install time
@mattwthompson that's a good suggestion. Thanks!
Should be working correctly:
Changing the try-error imports and just using
pydantic.v1
API point for now. This should be supportingpydantic>=1.10.17
as per the migration guide in https://docs.pydantic.dev/latest/migration/#continue-using-pydantic-v1-featuresSolves #14