Skip to content

Commit

Permalink
MAINT: Remove numpy version constraint in pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 21, 2024
1 parent a07af45 commit 2126df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ build-backend = 'mesonpy'
requires = [
'meson-python>=0.14.0',
'toml',
'numpy<2.0.0',
'numpy',
]

[project]
name = 'ufunclab'
version = '0.0.8.dev15'
version = '0.0.8.dev16'
description = 'NumPy ufuncs and utilities.'
readme = 'README.md'
requires-python = '>=3.9'
Expand All @@ -18,7 +18,7 @@ authors = [
]
# TODO: Determine minimum numpy version.
dependencies = [
'numpy<2.0.0'
'numpy'
]

classifiers = [
Expand Down

0 comments on commit 2126df1

Please sign in to comment.