Fix numpy dependency
This commit is contained in:
parent
19ba9d3845
commit
792b981119
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ authors = [
|
||||||
{ name = "Andrei Betlen", email = "abetlen@gmail.com" },
|
{ name = "Andrei Betlen", email = "abetlen@gmail.com" },
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"typing-extensions>=4.7.1",
|
"typing-extensions>=4.5.0",
|
||||||
"numpy>=1.24.4",
|
"numpy>=1.20.0",
|
||||||
"diskcache>=5.6.1",
|
"diskcache>=5.6.1",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
|
|
Loading…
Reference in a new issue