Skip to content

Commit

Permalink
[FIX] change zoopt version
Browse files Browse the repository at this point in the history
  • Loading branch information
troyyyyy committed Jan 2, 2024
1 parent 185c610 commit c004e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"]
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit c004e0a

Please sign in to comment.