Browse Source

[FIX] change numpy dependency

pull/1/head
troyyyyy 2 years ago
parent
commit
71ec9c6049
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      pyproject.toml
  2. +1
    -1
      requirements.txt

+ 1
- 1
pyproject.toml View File

@@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
]
dependencies = [
"numpy>=1.21.6",
"numpy>=1.15.0",
"pyswip>=0.2.9",
"torch>=1.11.0",
"torchvision>=0.12.0",


+ 1
- 1
requirements.txt View File

@@ -1,4 +1,4 @@
numpy>=1.21.6,
numpy>=1.15.0,
pyswip>=0.2.9,
torch>=1.11.0,
torchvision>=0.12.0,


Loading…
Cancel
Save