catalyst-cooperative / rmi-ferc1-eia

A collaboration with RMI to integrate FERC Form 1 and EIA CapEx and OpEx reporting
MIT License
3 stars 3 forks source link

Resolve pandera dependencies preventing conda from solving the environment #251

Closed arengel closed 2 years ago

arengel commented 2 years ago

When I tried to create this environment on my machine to try out the EQR ETL, I ran into a problem getting the thing to solve. I was able to get it to create the environment by updating the version of pandera. We use pandera 0.9 on the hub and that seemed to work here too. I think the older version of a pandera depends on versions of packages (simpleeval I believe) that are not available. Maybe an ARM Mac thing, not exactly sure.

zaneselvans commented 2 years ago

@arengel where is pandera being used in or with this repo? The only place I could find it was in the environment.yml.

zaneselvans commented 2 years ago

Updated to use pandera>=0.9.<0.12 to allow the most recent versions on the eqr-contracts branch.