Skip to content

Commit

Permalink
update numpy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWieczorek committed Jul 2, 2024
1 parent 8d6ba80 commit d66e71e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- setuptools_scm>=8
- fftw>=3.3.8
- blas-devel>=3.8
- numpy>=2.0.0
- numpy>=1.23.5
- scipy>=0.14.0
- matplotlib-base>=3.3
- astropy>=4.0
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ authors = [
{ name = 'The SHTOOLS developers', email = '[email protected]' },
]
dependencies = [
'numpy>=2.0.0',
'numpy>=1.23.5',
'scipy>=0.14.0',
'matplotlib>=3.3',
'astropy>=4.0',
Expand All @@ -52,6 +52,7 @@ ducc = ['ducc0>=0.15']
[build-system]
build-backend = 'mesonpy'
requires = [
'numpy>=2.0.0',
'meson-python>=0.14',
'oldest-supported-numpy',
'jupyter-core',
Expand Down

0 comments on commit d66e71e

Please sign in to comment.