rwightman / efficientdet-pytorch

A PyTorch impl of EfficientDet faithful to the original Google impl w/ ported weights
Apache License 2.0
1.59k stars 292 forks source link

Pypi release #80

Closed lgvaz closed 4 years ago

lgvaz commented 4 years ago

Hi Ross,

We currently cannot publish our package (icevision) to pypi with your repo as a dependency because pypi doesn't allow external dependencies (e.g. Github dependencies).

If manually releasing is too much trouble, we will be happy to contribute with a workflow file that automatically publishes your package to pypi. The provided workflow is also very easy transferable to your other repos.

Thanks :tada:

rwightman commented 4 years ago

@lgvaz I've been 'close' to finishing some work on another branch and merging for some time now.. but I keep adding /tweaking things. I was waiting to actually get that in but it's been awhile.

Just publishing the current master for pypi is fine? I can do that today.

lgvaz commented 4 years ago

Publishing the current master to pypi would help immensely Ross :heart:

rwightman commented 4 years ago

@lgvaz done, please reopen if something didn't work out.

lgvaz commented 3 years ago

Hey @rwightman me again :sweat_smile:, are we ready for another release?