CI-WATER / gsshapy

An SQLAlchemy ORM for GSSHA model files and a toolkit to convert gridded input into GSSHA input.
BSD 3-Clause "New" or "Revised" License
7 stars 9 forks source link

Cannot build for Python 3.7 #33

Open swainn opened 5 years ago

swainn commented 5 years ago

I can't get gsshapy to build for Python 3.7 on conda forge due to one it's dependencies not being built for 3.7 (rapidpy). There may be other issues too.

See: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=38198

For now, it'll be configured to only build Python 3.6, but we should address the roadblocks at some point. One way around this would be to make rapidpy and other similar dependencies optional. It doesn't seem to get used in the core ORM.

snowman2 commented 5 years ago

Also needs: https://github.com/conda-forge/pangaea-feedstock/pull/4#issuecomment-496902362