Skip to content

Commit 32f1aa2

Browse files
committed
MAINT: consolidate requirements.
1 parent c5f8cee commit 32f1aa2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ See the linked documentation for further details.
2626
### Quickstart
2727

2828
Set up a development environment with the dependencies listed in
29-
`requirements.txt` and `site/requirements.txt`.
29+
`requirements.txt`.
3030
For example, using the built-in [`venv`][venv] module:
3131

3232
```bash
3333
python -m venv np-tutorials
3434
source np-tutorials/bin/activate
35-
python -m pip install -r requirements.txt -r site/requirements.txt
35+
python -m pip install -r requirements.txt
3636
```
3737

3838
[venv]: https://docs.python.org/3/library/venv.html

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ pooch # for scipy.datasets
55
matplotlib
66
pandas
77
imageio
8-
# For supporting .md-based notebooks
8+
# For supporting .md-based notebooks and building the site
99
jupytext
10+
jupyter-book>=2

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ deps =
1717
# We use these files to specify all the dependencies, and below we override
1818
# versions for specific testing schenarios
1919
-rtest_requirements.txt
20-
-rsite/requirements.txt
2120
-rrequirements.txt
2221

2322
oldestdeps: numpy==1.24

0 commit comments

Comments
 (0)