cheind / py-motmetrics

:bar_chart: Benchmark multiple object trackers (MOT) in Python
MIT License
1.36k stars 258 forks source link

PyPI Update? #148

Closed sampepose closed 2 years ago

sampepose commented 3 years ago

Hi, there hasn't been an update to PyPI since Feb 2020. Can you please send out a v1.2.1? I'd like to get the latest changes on master packaged up. Thanks!

smidm commented 2 years ago

I'm stressing on this. I'm running into a package conflict due to flake8 dependency in the 1.2.1 version on the PyPi that forces old version of importlib-metadata. Looking forward to the update!

cheind commented 2 years ago

fully understandable. In the mean-time, wouldn't adding git+https package to your requirements.txt (as described in the below link), also work?

https://github.com/cheind/py-motmetrics#installation

smidm commented 2 years ago

In general yers, but it is not possible to put a package with git+https dependencies on PyPI. They forbid that.

I want to move my package https://github.com/smidm/motutils on PyPI.

cheind commented 2 years ago

@smidm nice project! I hope to find a bit of time in the next week.

Hth!

cheind commented 2 years ago

@smidm, @sampepose 1.2.5 package uploaded. See if that works for you.

https://pypi.org/manage/project/motmetrics/release/1.2.5/

cheind commented 2 years ago

closing