File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ requires = [
4
4
" setuptools_scm[toml]>=6.2" ,
5
5
" cython" ,
6
6
# Newer than NEP29-minimum: compile against oldest numpy available
7
- " numpy==1.24 ; python_version >= '3.11 '" ,
8
- " numpy==1.22 ; python_version >= '3.10 ' and python_version < '3.11 '" ,
9
- # NEP29-minimum as of Jan 31 , 2023
10
- " numpy==1.21 ; python_version >= '3.7 ' and python_version < '3.10 '" ,
7
+ " numpy==1.26b1 ; python_version >= '3.12rc1 '" ,
8
+ " numpy==1.24 ; python_version >= '3.11 ' and python_version < '3.12.dev0 '" ,
9
+ # NEP29-minimum as of Aug 17 , 2023
10
+ " numpy==1.22 ; python_version >= '3.8 ' and python_version < '3.11 '" ,
11
11
]
12
12
build-backend = " setuptools.build_meta"
13
13
@@ -17,7 +17,7 @@ dynamic = ["version"]
17
17
description = " Nitime: timeseries analysis for neuroscience data"
18
18
readme = " README.txt"
19
19
license = { file = " LICENSE" }
20
- requires-python = " >=3.7 "
20
+ requires-python = " >=3.8 "
21
21
authors = [
22
22
{
name =
" Nitime developers" ,
email =
" [email protected] " },
23
23
]
You can’t perform that action at this time.
0 commit comments