rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
272 stars 67 forks source link

Fix dependencies - pyproj #514

Closed AjayThorve closed 1 year ago

AjayThorve commented 1 year ago

This PR fixes an issue raised in #511, which prevented the cuxfilter installation. This was caused by an indirect version conflict with pyproj (<3.4).

This PR removes the <3.4 pin, and also removes it as a direct run-dependency, since we only use it in notebooks.

cc @exactlyallan

resolves #511

AjayThorve commented 1 year ago

/merge