Browse Source

[FIX] change zoopt version

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

+ 2
- 5
pyproject.toml View File

@@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"numpy>=1.15.0",
"pyswip>=0.2.9",
"pyswip==0.2.9",
"torch>=1.11.0",
"torchvision>=0.12.0",
"zoopt>=0.3.0",
@@ -41,7 +41,4 @@ Issues = "https://github.com/AbductiveLearning/ABL-Package/issues"
test = [
"pytest-cov",
"black==22.10.0",
]

[tool.setuptools.packages.find]
where = ["abl"]
]

+ 1
- 1
requirements.txt View File

@@ -1,5 +1,5 @@
numpy>=1.15.0,
pyswip>=0.2.9,
pyswip==0.2.9,
torch>=1.11.0,
torchvision>=0.12.0,
zoopt>=0.3.0,

Loading…
Cancel
Save