Skip to content

Commit

Permalink
pin packaging to keep LegacyVersion support (#2706)
Browse files Browse the repository at this point in the history
* readthedocs: update config
* pin packaging==21.3
    - 22.0 dropped LegacyVersion: pypa/packaging#407
    - This makes it so our branches can no longer be parsed as versions
  • Loading branch information
heerener committed Feb 5, 2024
1 parent 94ce2eb commit ab5d4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conda_environment.yml
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- packaging=21.3
- python=3.11
- bison
- cmake
Expand Down
1 change: 1 addition & 0 deletions docs/docs_requirements.txt
Expand Up @@ -15,3 +15,4 @@ plotly
nbsphinx
jinja2
sphinx-design
packaging==21.3

0 comments on commit ab5d4e5

Please sign in to comment.