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
[ENH] add dependencies
pull/1/head
troyyyyy
1 year ago
parent
834d52249a
commit
b89eb90ea3
2 changed files
with
12 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
pyproject.toml
+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
Write
Preview
Loading…
Cancel
Save