prateekt / pokemon-card-recognizer

Recognize Pokemon Cards in Images or Videos.
GNU General Public License v3.0
9 stars 2 forks source link

Number of packages #28

Open AvirFrog opened 2 months ago

AvirFrog commented 2 months ago

Why do millions of other packages install when I download this package?

What requires such a large number of packages? Why do you need jupyter lab, for example?

prateekt commented 2 months ago

Hi @AvirFrog,

This package does not have that many dependencies. All dependencies are specified in conda.yaml. It is possible the dependencies have dependencies. Jupyter is included because we occasionally use it for reporting and downstream analysis.

If you need a version that has barebones dependencies, let me know. Also, this is open source so feel free to fork and adapt for your purposes.

Thanks, -Prateek