Skip to content

Commit

Permalink
🚇🩹 Fix pinned min pydantic lower than min required package version (#299
Browse files Browse the repository at this point in the history
)

* 🩹 Fix pinned min pydantic lower than min required package version

🧹 Sort pinned min version in the same order package requirements

* 🧰 Use uv to generate .github/requirements_min.txt
  • Loading branch information
s-weigand authored Sep 22, 2024
1 parent ae84a0c commit 162533e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/requirements_min.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Minimum versions runtime dependencies

cycler==0.10
numpy==1.22
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o .github/requirements_min.txt --no-deps --no-annotate --resolution lowest
cycler==0.10.0
docstring-parser==0.16
matplotlib==3.3
pydantic==2.4.0
matplotlib==3.3.0
numpy==1.22.0
pydantic==2.7.0
pyglotaran==0.7.0
ruamel-yaml==0.18.6
tabulate==0.8.9
xarray==2022.3
xarray==2022.3.0

0 comments on commit 162533e

Please sign in to comment.