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] change name to ablkit in requirements
pull/5/head
troyyyyy
1 year ago
parent
e2a2b7b013
commit
5e601c1667
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build-and-test.yaml
+1
-1
examples/hed/requirements.txt
+1
-1
examples/hwf/requirements.txt
+1
-1
examples/mnist_add/requirements.txt
+1
-1
examples/zoo/requirements.txt
+ 1
- 1
.github/workflows/build-and-test.yaml
View File
@@ -50,7 +50,7 @@ jobs:
- name: Run tests
run: |
pytest --cov-config=.coveragerc --cov-report=xml --cov=abl ./tests
pytest --cov-config=.coveragerc --cov-report=xml --cov=abl
kit
./tests
- name: Publish code coverage
uses: codecov/codecov-action@v1
+ 1
- 1
examples/hed/requirements.txt
View File
@@ -1,2 +1,2 @@
abl
abl
kit
gdown
+ 1
- 1
examples/hwf/requirements.txt
View File
@@ -1,3 +1,3 @@
abl
abl
kit
gdown
matplotlib
+ 1
- 1
examples/mnist_add/requirements.txt
View File
@@ -1,2 +1,2 @@
abl
abl
kit
matplotlib
+ 1
- 1
examples/zoo/requirements.txt
View File
@@ -1,4 +1,4 @@
abl
abl
kit
z3-solver
openml
scikit-learn
Write
Preview
Loading…
Cancel
Save