Skip to content

Commit c59eee4

Browse files
author
Mark Wieczorek
committed
Change astropy packages to astropy-base
1 parent 80e01d2 commit c59eee4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/pages/mydoc/python-installing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ When installing pyshtools using `pip` or `conda`, the following packages should
8686
* [setuptools_scm](https://setuptools-scm.readthedocs.io/en/latest/): required to obtain the pyshtools version number.
8787
* [scipy](https://www.scipy.org/): required for a few specialized functions.
8888
* [matplotlib](https://matplotlib.org/): required for most plotting functions.
89-
* [astropy](https://www.astropy.org/): required for the constants module.
89+
* [astropy-base](https://www.astropy.org/): required for the constants module.
9090
* [xarray](https://xarray.pydata.org/en/stable/#): required for netcdf file support.
9191
* [requests](https://2.python-requests.org/en/master/#): required when reading files from urls.
9292
* [pooch](https://www.fatiando.org/pooch/latest/index.html): required for reading datasets.

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- numpy>=1.23.5
1010
- scipy>=0.14.0
1111
- matplotlib-base>=3.3
12-
- astropy>=4.0
12+
- astropy-base>=4.0
1313
- xarray
1414
- requests
1515
- pooch>=1.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setuptools-scm>=8
33
numpy>=1.23.5
44
scipy>=0.14.0
55
matplotlib>=3.3
6-
astropy>=4.0
6+
astropy-base>=4.0
77
xarray
88
requests
99
pooch>=1.1

0 commit comments

Comments
 (0)