Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip versions incorrect #289

Closed
aaronmarkham opened this issue Apr 30, 2020 · 2 comments · Fixed by #377
Closed

pip versions incorrect #289

aaronmarkham opened this issue Apr 30, 2020 · 2 comments · Fixed by #377
Assignees
Labels
bug Something isn't working usability Usability issue
Milestone

Comments

@aaronmarkham
Copy link
Contributor

I want to pin my dependencies.
They should show up as 0.1.0, but they do not. It is currently:

  • torchserve 0.0.1b20200409
  • torch-model-archiver 0.1.0b20200409

https://pypi.org/project/torchserve/
https://pypi.org/project/torch-model-archiver/

@aaronmarkham aaronmarkham added bug Something isn't working usability Usability issue labels Apr 30, 2020
@vdantu
Copy link
Collaborator

vdantu commented May 1, 2020

Good find. We should use the below command to build our release wheels.

python setup.py bdist_wheel --release --universal

We should probably push a 0.1.0 wheel to pypi.

@aaronmarkham
Copy link
Contributor Author

What about conda - are the versions set correctly there? I don't think that they are.
https://anaconda.org/pytorch/torchserve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working usability Usability issue
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

5 participants