Browse Source

[ENH] add dependencies

pull/1/head
troyyyyy 1 year ago
parent
commit
b89eb90ea3
2 changed files with 12 additions and 12 deletions
  1. +6
    -6
      pyproject.toml
  2. +6
    -6
      requirements.txt

+ 6
- 6
pyproject.toml View File

@@ -25,12 +25,12 @@ classifiers = [
"Programming Language :: Python :: 3.9",
]
dependencies = [
"numpy",
"pyswip==0.2.9",
"torch",
"torchvision",
"zoopt",
"termcolor"
"numpy>=1.21.6",
"pyswip>=0.2.9",
"torch>=1.11.0",
"torchvision>=0.12.0",
"zoopt>=0.3.0",
"termcolor>=2.3.0"
]

[project.urls]


+ 6
- 6
requirements.txt View File

@@ -1,6 +1,6 @@
numpy
pyswip==0.2.9
torch
torchvision
zoopt
termcolor
numpy>=1.21.6,
pyswip>=0.2.9,
torch>=1.11.0,
torchvision>=0.12.0,
zoopt>=0.3.0,
termcolor>=2.3.0

Loading…
Cancel
Save