Browse Source

[ENH] change name to ablkit in requirements

pull/5/head
troyyyyy 1 year ago
parent
commit
5e601c1667
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      .github/workflows/build-and-test.yaml
  2. +1
    -1
      examples/hed/requirements.txt
  3. +1
    -1
      examples/hwf/requirements.txt
  4. +1
    -1
      examples/mnist_add/requirements.txt
  5. +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=ablkit ./tests

- name: Publish code coverage
uses: codecov/codecov-action@v1


+ 1
- 1
examples/hed/requirements.txt View File

@@ -1,2 +1,2 @@
abl
ablkit
gdown

+ 1
- 1
examples/hwf/requirements.txt View File

@@ -1,3 +1,3 @@
abl
ablkit
gdown
matplotlib

+ 1
- 1
examples/mnist_add/requirements.txt View File

@@ -1,2 +1,2 @@
abl
ablkit
matplotlib

+ 1
- 1
examples/zoo/requirements.txt View File

@@ -1,4 +1,4 @@
abl
ablkit
z3-solver
openml
scikit-learn

Loading…
Cancel
Save