We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4a124 commit 30f324bCopy full SHA for 30f324b
min-requirements.txt
@@ -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'
+# This file was autogenerated by uv via the following command:
+# uv pip compile --resolution lowest-direct --python 3.9 -o min-requirements.txt pyproject.toml
+importlib-resources==5.12.0
+ # via nibabel (pyproject.toml)
+numpy==1.22.0
6
7
+packaging==20.0
8
9
+pyparsing==3.2.0
10
+ # via packaging
11
+six==1.16.0
12
13
+typing-extensions==4.6.0
14
15
+zipp==3.20.2
16
+ # via importlib-resources
0 commit comments