Skip to content

Commit 22518ee

Browse files
committed
chore: Drop requirements.txt tooling
1 parent db60f9a commit 22518ee

File tree

8 files changed

+7
-78
lines changed

8 files changed

+7
-78
lines changed

dev-requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc-requirements.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ Nibabel documentation
55
To build the documentation, change to the root directory (containing
66
``pyproject.toml``) and run::
77

8-
pip install -r doc-requirements.txt
8+
uv sync --extra doc
9+
source .venv/bin/activate
910
make -C doc html

doc/source/devel/make_release.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ Release checklist
6868

6969
because this will be the output used by pypi_
7070

71-
* Check the dependencies listed in ``nibabel/info.py`` (e.g.
72-
``NUMPY_MIN_VERSION``) and in ``doc/source/installation.rst`` and in
73-
``requirements.txt`` and ``.travis.yml``. They should at least match. Do
74-
they still hold? Make sure `nibabel on travis`_ is testing the minimum
71+
* Check the dependencies listed in ``pyproject.toml`` and in
72+
``doc/source/installation.rst``. They should at least match. Do
73+
they still hold? Verify that `nibabel on GitHub actions`_ is testing the minimum
7574
dependencies specifically.
7675

7776
* Do a final check on the `nipy buildbot`_. Use the ``try_branch.py``
@@ -129,7 +128,7 @@ Release checklist
129128

130129
make -C doc doctest
131130

132-
This should also be tested by `nibabel on travis`_.
131+
This should also be tested by `nibabel on GitHub actions`_.
133132

134133
* Check everything compiles without syntax errors::
135134

doc/source/links_names.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.. _nibabel issues: https://github.com/nipy/nibabel/issues
2121
.. _nibabel github issues: https://github.com/nipy/nibabel/issues
2222
.. _nibabel wiki: https://github.com/nipy/nibabel.wiki
23-
.. _nibabel on travis: https://travis-ci.org/nipy/nibabel
23+
.. _nibabel on github actions: https://github.com/nipy/nibabel/actions
2424

2525
.. other related projects
2626
.. _nipy community: http://nipy.org

min-requirements.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

tools/update_requirements.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)