[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Why are python bindings pulled so quickly?



Hi,

On 17 Dec 2025, at 19:20, Todd Tannenbaum via HTCondor-users <htcondor-users@xxxxxxxxxxx> wrote:

we could have PyPI host the recent packages like it does now, and then add a package index at htcondor.org that holds a much larger archive (you would then add "--extra-index-url xxxx" line to your requirements.txt file).  Curious how folks feel about a python package archive archive at htcondor.org outside of PyPI.


As long as it doesnât break the âit just worksâ quality of uv-based python dependency management, itâs fine with me.  OTOH, we discussed this a while back, fixing a configuration based on a specific X.Y.Z release is not necessary, you guys guarantee a wide range of compatibility.  Specific guidance on this (Iâm not sure itâs in the documentation, I read it here on the list) plus assurance that there are always a few X.0.Y versions (for 23, 24, 25 for example) should be fine, right?

JT