Skip to content

Commit

Permalink
add boule 0.5 as minimum requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWieczorek committed Dec 16, 2024
1 parent ce1a5d0 commit 2fe2633
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/pages/mydoc/python-installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ When installing pyshtools using `pip` or `conda`, the following packages should
* [requests](https://2.python-requests.org/en/master/#): required when reading files from urls.
* [pooch](https://www.fatiando.org/pooch/latest/index.html): required for reading datasets.
* [tqdm](https://tqdm.github.io/): required for showing progress bars when downloading datasets.
* [boule](https://www.fatiando.org/boule/): required when using boule ellipsoids.

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

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- jupyter
- pip
- flake8
- boule
- boule>=0.5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
'requests',
'pooch>=1.1',
'tqdm',
'boule',
'boule>=0.5',
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ducc0>=0.15
palettable>=3.3
jupyter
flake8
boule
boule>=0.5

0 comments on commit 2fe2633

Please sign in to comment.