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
  • Loading branch information
jhamman committed Jan 24, 2024
1 parent 3a560d7 commit 413d520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.9"
requires-python = ">=3.10"
dependencies = [
'asciitree',
'numpy>=1.21.1',
'numpy>=1.24',
'fasteners',
'numcodecs>=0.10.0',
]
Expand All @@ -30,9 +30,9 @@ classifiers = [
'Topic :: Software Development :: Libraries :: Python Modules',
'Operating System :: Unix',
'Programming Language :: Python :: 3',
'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 413d520

Please sign in to comment.