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" },
|
||||
]
|
||||
dependencies = [
|
||||
"typing-extensions>=4.7.1",
|
||||
"numpy>=1.24.4",
|
||||
"typing-extensions>=4.5.0",
|
||||
"numpy>=1.20.0",
|
||||
"diskcache>=5.6.1",
|
||||
]
|
||||
requires-python = ">=3.7"
|
||||
|
|
Loading…
Reference in a new issue