Skip to content

Commit

Permalink
chore: bump minimum python/numpy versions aligned with spec0000 targe…
Browse files Browse the repository at this point in the history
…tting a 2024-Q2 release (#1638)
  • Loading branch information
jhamman authored Feb 3, 2024
1 parent 1be410b commit b82311d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ readme = { file = "README.md", content-type = "text/markdown" }
maintainers = [
{ name = "Alistair Miles", email = "[email protected]" }
]
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
'asciitree',
'numpy>=1.20,!=1.21.0',
'numpy>=1.24',
'fasteners',
'numcodecs>=0.10.0',
]
Expand All @@ -30,10 +30,9 @@ classifiers = [
'Topic :: Software Development :: Libraries :: Python Modules',
'Operating System :: Unix',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]
license = { text = "MIT" }

Expand Down
2 changes: 1 addition & 1 deletion requirements_dev_numpy.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Break this out into a separate file to allow testing against
# different versions of numpy. This file should pin to the latest
# numpy version.
numpy==1.24.3
numpy==1.26.3

0 comments on commit b82311d

Please sign in to comment.