roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
280 stars 72 forks source link

no need to pin pyparsing #219

Closed tonylampada closed 8 months ago

tonylampada commented 8 months ago

Description

We have pyparsing==2.4.7 pinned to our requirements.txt, which we shouldn't need because it's already brought in by matplotlib. This minimizes the risk of dependency problems when installing roboflow together with other packages.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?