This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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 numpy dependency
pull/1/head
troyyyyy
2 years ago
parent
bf6266b15c
commit
71ec9c6049
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pyproject.toml
+1
-1
requirements.txt
+ 1
- 1
pyproject.toml
View File
@@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
]
dependencies = [
"numpy>=1.
21.6
",
"numpy>=1.
15.0
",
"pyswip>=0.2.9",
"torch>=1.11.0",
"torchvision>=0.12.0",
+ 1
- 1
requirements.txt
View File
@@ -1,4 +1,4 @@
numpy>=1.
21.6
,
numpy>=1.
15.0
,
pyswip>=0.2.9,
torch>=1.11.0,
torchvision>=0.12.0,
Write
Preview
Loading…
Cancel
Save