Skip to content

Commit

Permalink
Fix requirements for building on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Apr 12, 2024
1 parent 06a56b7 commit 482f81b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pillow
recommonmark
sphinx_rtd_theme
myst-parser
../
./
18 changes: 15 additions & 3 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=doc/requirements.txt doc/requirements.in
#
alabaster==0.7.16
# via sphinx
babel==2.14.0
Expand Down Expand Up @@ -37,6 +41,7 @@ mdit-py-plugins==0.4.0
mdurl==0.1.2
# via markdown-it-py
myst-parser==2.0.0
# via -r doc/requirements.in
numpy==1.26.4
# via
# pandas
Expand All @@ -47,8 +52,10 @@ packaging==24.0
# via sphinx
pandas==2.2.2
# via pgeocode
../
pgeocode @ file:///home/rth/src/pgeocode
# via -r doc/requirements.in
pillow==10.3.0
# via -r doc/requirements.in
pygments==2.17.2
# via sphinx
python-dateutil==2.9.0.post0
Expand All @@ -58,11 +65,14 @@ pytz==2024.1
pyyaml==6.0.1
# via myst-parser
recommonmark==0.7.1
# via -r doc/requirements.in
requests==2.31.0
# via
# -r doc/requirements.in
# pgeocode
# sphinx
scikit-learn==1.4.2
# via -r doc/requirements.in
scipy==1.13.0
# via scikit-learn
six==1.16.0
Expand All @@ -71,11 +81,13 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# -r doc/requirements.in
# myst-parser
# recommonmark
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==2.0.0
# via -r doc/requirements.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
Expand Down

0 comments on commit 482f81b

Please sign in to comment.