monarch-initiative / monarch-ingest

Data ingest application for Monarch Initiative knowledge graph using Koza
https://monarchinitiative.org
15 stars 2 forks source link

Depdency tweaks: numpy to ^1.22, python to ^3.8 #157

Closed kevinschaper closed 2 years ago

kevinschaper commented 2 years ago

I wasn't able to run dagster locally due to an odd numpy error, upgrading to 1.22 seems to fix it, but with the down side that numpy 1.22 requires python 3.8 minimum. I don't think that's going to cause any problems for us?