Skip to content

Commit

Permalink
Update siliconcompiler requirement in the python-packages group (#279)
Browse files Browse the repository at this point in the history
Updates the requirements on [siliconcompiler](https://github.com/siliconcompiler/siliconcompiler) to permit the latest version.

Updates `siliconcompiler` to 0.31.0
- [Release notes](https://github.com/siliconcompiler/siliconcompiler/releases)
- [Changelog](https://github.com/siliconcompiler/siliconcompiler/blob/main/Changes)
- [Commits](siliconcompiler/siliconcompiler@v0.27.0...v0.31.0)

---
updated-dependencies:
- dependency-name: siliconcompiler
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent e7cf66a commit a06c2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

numpy
tqdm
siliconcompiler >= 0.27.0, < 0.31.0
siliconcompiler >= 0.27.0, < 0.32.0

# Testing dependencies
#:test
Expand Down

0 comments on commit a06c2b9

Please sign in to comment.