-
Notifications
You must be signed in to change notification settings - Fork 101
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
Request for DEV Version of PINT on PyPI for Dependency Checks #811
Comments
Seems like a good idea. When I tag 0.8.0 I'll try to set that up as well. I didn't quite follow that blog post, but I can play around with it. |
Joe, if you have a PyPI username, I'm happy to add you as a maintainer of the PINT project, especially if you want to figure out how to make this work! |
@paulray , I should be able to get it figured out. My PyPI account is under AstroGlaser. ~ Joe |
I invited you to be a maintainer on pint-pulsar. Did you get the invite? |
Joe, now 0.8.1 is released. Do you want to try to implement this? |
I think this is OBE. I think the preferred method for direct installing the dev version of PINT is:
Maybe this should be added to the docs? |
Hey All,
Just putting this here on behalf of the Timing Analysis dev team. In order to correctly get our dependencies set up, we need to have an official
dev
branch set-up on PyPI forPINT
. This is because using git repos for dependencies got depreciated inpip v19
with no alternative put in its place (see: pypa/pip#5898). Since bothPINT
andtiming_analysis
are in very active development, we'd like to be able to have new users keep up to date with both viapip
.If
PINT
could have adev
version linked to the github's commit record (see: https://blog.xoxzo.com/2012/03/20/releasing-dev-version-of-your-package-to-pypi/), then we can add in a dependency forpint-pulsar>=dev
into oursetup.py
while we develop the two pieces of code, leaving version management topip
as our end-users would likely do.Let me know your thoughts on this.
~ Joe Glaser
The text was updated successfully, but these errors were encountered: