Skip to content

Commit

Permalink
Delete build and default sections of optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 10, 2023
1 parent 053fd47 commit adfaf66
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,6 @@ Download = 'https://pypi.org/project/nipy/#files'
Tracker = 'https://github.com/nipy/nipy/issues'

[project.optional-dependencies]
build = [
'meson-python>=0.13',
'wheel',
'setuptools>=67',
'ninja',
'Cython>=3',
'numpy>=1.22',
'spin==0.3',
'build',
]
default = [
'numpy>=1.22',
'scipy>=1.8',
'nibabel>=3.2',
'sympy>=1.9',
'transforms3d'
]
developer = [
'pre-commit',
'rtoml',
Expand Down

0 comments on commit adfaf66

Please sign in to comment.