Skip to content

Commit

Permalink
🧰 Use uv to generate .github/requirements_min.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Sep 20, 2024
1 parent 21b9de6 commit 794a652
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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
# 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
numpy==1.22
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 794a652

Please sign in to comment.