Skip to content

Commit

Permalink
fix: scrub panel from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Apr 9, 2024
1 parent 960ba57 commit 8d35ff2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion IS2view/tools.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
u"""
tools.py
Written by Tyler Sutterley (04/2024)
Written by Tyler Sutterley (03/2023)
User interface tools for Jupyter Notebooks
PYTHON DEPENDENCIES:
Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Dependencies
- `ipyleaflet: Interactive maps in the Jupyter notebook <https://ipyleaflet.readthedocs.io/en/latest/>`_
- `matplotlib: Python 2D plotting library <https://matplotlib.org/>`_
- `numpy: Scientific Computing Tools For Python <https://numpy.org>`_
- `panel: Powerful Data Exploration & Web App Framework for Python <https://panel.holoviz.org/index.html>`_
- `rasterio: Access to geospatial raster data <https://rasterio.readthedocs.io/en/latest/>`_
- `rioxarray: geospatial xarray extension powered by rasterio <https://github.com/corteva/rioxarray>`_
- `setuptools_scm: manager for python package versions using scm metadata <https://pypi.org/project/setuptools-scm>`_
Expand Down
1 change: 0 additions & 1 deletion doc/source/getting_started/Citations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ This software is also dependent on other commonly used Python packages:
- `matplotlib: Python 2D plotting library <https://matplotlib.org/>`_
- `h5netcdf: Pythonic interface to netCDF4 via h5py <https://h5netcdf.org/>`_
- `numpy: Scientific Computing Tools For Python <https://numpy.org>`_
- `panel: Powerful Data Exploration & Web App Framework for Python <https://panel.holoviz.org/index.html>`_
- `rasterio: Access to geospatial raster data <https://rasterio.readthedocs.io/en/latest/>`_
- `rioxarray: geospatial xarray extension powered by rasterio <https://github.com/corteva/rioxarray>`_
- `setuptools_scm: manager for python package versions using scm metadata <https://pypi.org/project/setuptools-scm>`_
Expand Down

0 comments on commit 8d35ff2

Please sign in to comment.