Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Jul 21, 2023
1 parent 46510fb commit ba9ea18
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 58 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ The required dependencies are:
- `python-datetutil <https://dateutil.readthedocs.io/en/stable/>`_ >=2.8.2
- `requests <https://requests.readthedocs.io/en/latest/>`_ >=2.26.0
- `scipy <https://scipy.org>`_ >=1.7.3
- `Sphinx <https://www.sphinx-doc.org/en/master/>`_ >=4.3.0
- `tqdm <https://tqdm.github.io/>`_ >=4.62.3
- `xarray <https://xarray.pydata.org/en/stable/>`_ >=0.20.1

Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
nbsphinx
numpydoc
pydata-sphinx-theme
sphinx
sphinx-codeautolink
sphinx-copybutton
sphinx-gallery
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ dependencies = [
"numba>=0.54.1",
"numpy>=1.20.3",
"pandas>=1.3.4",
"pydata-sphinx-theme>=0.13.0",
"python-dateutil>=2.8.2",
"requests>=2.26.0",
"scipy>=1.7.3",
"Sphinx>=4.3.0",
"tqdm>=4.62.3",
"xarray>=0.20.1",
]
Expand Down
57 changes: 2 additions & 55 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,8 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile pyproject.toml
# pip-compile --output-file=requirements.txt pyproject.toml
#
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.12.1
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
cdflib==1.0.4
# via pyrfu (pyproject.toml)
certifi==2023.5.7
Expand All @@ -24,26 +14,16 @@ contourpy==1.0.7
# via matplotlib
cycler==0.11.0
# via matplotlib
docutils==0.20.1
# via
# pydata-sphinx-theme
# sphinx
fonttools==4.39.4
# via matplotlib
geopack==1.0.10
# via pyrfu (pyproject.toml)
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
# via sphinx
kiwisolver==1.4.4
# via matplotlib
llvmlite==0.40.0
# via numba
markupsafe==2.1.3
# via jinja2
matplotlib==3.7.1
# via pyrfu (pyproject.toml)
numba==0.57.0
Expand All @@ -62,22 +42,13 @@ numpy==1.24.3
packaging==23.1
# via
# matplotlib
# pydata-sphinx-theme
# sphinx
# xarray
pandas==2.0.2
# via
# pyrfu (pyproject.toml)
# xarray
pillow==9.5.0
# via matplotlib
pydata-sphinx-theme==0.13.3
# via pyrfu (pyproject.toml)
pygments==2.15.1
# via
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pyparsing==3.0.9
# via matplotlib
python-dateutil==2.8.2
Expand All @@ -88,39 +59,15 @@ python-dateutil==2.8.2
pytz==2023.3
# via pandas
requests==2.31.0
# via
# pyrfu (pyproject.toml)
# sphinx
# via pyrfu (pyproject.toml)
scipy==1.10.1
# via
# geopack
# pyrfu (pyproject.toml)
six==1.16.0
# via python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==7.0.1
# via
# pydata-sphinx-theme
# pyrfu (pyproject.toml)
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tqdm==4.65.0
# via pyrfu (pyproject.toml)
typing-extensions==4.6.3
# via pydata-sphinx-theme
tzdata==2023.3
# via pandas
urllib3==2.0.3
Expand Down

0 comments on commit ba9ea18

Please sign in to comment.