dolthub / doltpy

A Python API for Dolt
Apache License 2.0
55 stars 13 forks source link

pip install doltpy brings in a numpy version that breaks on Windows #112

Open timsehn opened 3 years ago

timsehn commented 3 years ago

Running:

PS C:\Users\timse\dolthub\dolt\us-president-precinct-results> pip install numpy==1.19.3 --user

Fixes the issue. Maybe we should pin to that version until the tip numpy works on Windows?