This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
AbductiveLearning
/
ABLkit
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[FIX] change zoopt version
pull/1/head
troyyyyy
1 year ago
parent
185c610393
commit
c004e0afb6
2 changed files
with
3 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-5
pyproject.toml
+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,
Write
Preview
Loading…
Cancel
Save