Skip to content

Commit 2fe2633

Browse files
committed
add boule 0.5 as minimum requirement
1 parent ce1a5d0 commit 2fe2633

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

docs/pages/mydoc/python-installing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ When installing pyshtools using `pip` or `conda`, the following packages should
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.
9393
* [tqdm](https://tqdm.github.io/): required for showing progress bars when downloading datasets.
94+
* [boule](https://www.fatiando.org/boule/): required when using boule ellipsoids.
9495

9596
When installing pyshtools using `conda`, the following will also be installed automatically:
9697

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ dependencies:
2222
- jupyter
2323
- pip
2424
- flake8
25-
- boule
25+
- boule>=0.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
'requests',
3838
'pooch>=1.1',
3939
'tqdm',
40-
'boule',
40+
'boule>=0.5',
4141
]
4242

4343
[project.urls]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ ducc0>=0.15
1414
palettable>=3.3
1515
jupyter
1616
flake8
17-
boule
17+
boule>=0.5

0 commit comments

Comments
 (0)