Skip to content

Commit

Permalink
Merge branch 'main' of github.com:IntelLabs/hec-p-isa-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherngutierrez committed Jul 31, 2024
2 parents 21f1db3 + bfeecf9 commit 3d2f4ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ updates:
directory: "/kerngen" # Location of package manifests
schedule:
interval: "weekly"
allow:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: ["version-update:semver-major"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# HERACLES Polynomial Instruction Set Architecture Tools
[![CodeQL](https://github.com/ossf/scorecard-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/IntelLabs/hec-p-isa-tools/actions/workflows/codeql-analysis.yml)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/IntelLabs/hec-p-isa-tools/badge)](https://scorecard.dev/viewer/?uri=github.com/IntelLabs/hec-p-isa-tools)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9276/badge)](https://www.bestpractices.dev/projects/9276)

## Overview
Intel’s [HERACLES accelerator technology](https://dl.acm.org/doi/10.1145/3560810.3565290)
Expand Down
6 changes: 3 additions & 3 deletions kerngen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
pydantic ~= 1.10

# for dev / commits
black ~= 24.3
pylint ~= 3.1
black ~= 24.4
pylint ~= 3.2

# for testing
pytest ~= 8.1
pytest ~= 8.3

0 comments on commit 3d2f4ae

Please sign in to comment.