omry / omegaconf

Flexible Python configuration system. The last one you will ever need.
BSD 3-Clause "New" or "Revised" License
1.91k stars 104 forks source link

Request support for anltr 4.11.1 #1091

Closed DManowitz closed 6 months ago

DManowitz commented 1 year ago

I realize that this has been brought up a few times before (e.g., #1000), but I currently have fugue installed in an environment with omegaconf, and I would like to be able to upgrade it, and it and dependent packages all have versions compatible with antlr-python-runtime 4.11.1. So, I'd like to request a version of omegaconf that uses this version of antlr-python-runtime.

astrojuanlu commented 1 year ago

xref #1114

DManowitz commented 1 month ago

Thank you for your work on vendoring the antlr dependency. However, do you have any idea when a new version with this capability will be released?

Jasha10 commented 1 month ago

Hi @DManowitz, have you tried pip install omegaconf>=2.4.0.dev2?

DManowitz commented 1 month ago

@Jasha10 I'm mostly using conda for my package management right now, so I haven't noticed that yet. I'll consider that, although I'd prefer a conda install.