Skip to content

Commit 30f324b

Browse files
committed
Compile min-requirements.txt
1 parent 2e4a124 commit 30f324b

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

min-requirements.txt

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
# Auto-generated by tools/update_requirements.py
2-
numpy ==1.22
3-
packaging ==20
4-
importlib_resources ==5.12; python_version < '3.12'
5-
typing_extensions ==4.6; python_version < '3.13'
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --resolution lowest-direct --python 3.9 -o min-requirements.txt pyproject.toml
3+
importlib-resources==5.12.0
4+
# via nibabel (pyproject.toml)
5+
numpy==1.22.0
6+
# via nibabel (pyproject.toml)
7+
packaging==20.0
8+
# via nibabel (pyproject.toml)
9+
pyparsing==3.2.0
10+
# via packaging
11+
six==1.16.0
12+
# via packaging
13+
typing-extensions==4.6.0
14+
# via nibabel (pyproject.toml)
15+
zipp==3.20.2
16+
# via importlib-resources

0 commit comments

Comments
 (0)