Closed kelle closed 2 months ago
CI is currently using conda and an environment file. Update to use pip instead. Some updates are already in #97.
https://github.com/BDNYC/sedkit/blob/master/env/environment-3.11.yml
move requirements into pyproject file
delete the env/ folder and outdated environment fies.
pip:
Fixed in #99
CI is currently using conda and an environment file. Update to use pip instead. Some updates are already in #97.