Skip to content

Update siliconcompiler requirement from ~=0.37.2 to >=0.37.2,<0.39.0 in the python-packages group#225

Merged
gadfort merged 1 commit into
mainfrom
dependabot/pip/python-packages-72754efd1d
Jul 9, 2026
Merged

Update siliconcompiler requirement from ~=0.37.2 to >=0.37.2,<0.39.0 in the python-packages group#225
gadfort merged 1 commit into
mainfrom
dependabot/pip/python-packages-72754efd1d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on siliconcompiler to permit the latest version.
Updates siliconcompiler to 0.38.0

Release notes

Sourced from siliconcompiler's releases.

v0.38.0

SiliconCompiler 0.38.0 (2026-07-08)

Major:

  • Removed support for Python 3.9.
  • Changed the global-value key from global to * to avoid name conflicts, with legacy read support for older manifests.
  • Added rename_node to allow flowgraph nodes to be renamed.
  • Added value ranges and limits to schema types using Ada-style notation, e.g. int<0..100>, float<..1.0>, and enums like str<a,b,c>.
  • Moved the dashboard to an optional dependency.

Minor:

  • Added language detection to targets.
  • Added a warning when installed pip package versions are out of sync.
  • Made get_cores aware of the scheduler's processor affinity.
  • Allowed partial matches when setting and getting flows.
  • Made filelist generation depth first.
  • Added Ubuntu 26 tool install scripts.
  • Fixed warnings about leaked resources and mishandled atexit cleanup.
  • Tools:
    • openroad: added a parasitic extraction (PEX) interface to the PDK with a warning when no corner is found, and added a dedicated cleanup task that moves logic cleanup out of floorplanning.
    • montage: added a convert tool, automatic montage handling, and host-scaled ImageMagick resource limits via a private policy.xml.
    • icarus/verilator: added a parameter to set the timescale for compilation.
Changelog

Sourced from siliconcompiler's changelog.

SiliconCompiler 0.38.0 (2026-07-08)

Major:

  • Removed support for Python 3.9.
  • Changed the global-value key from global to * to avoid name conflicts, with legacy read support for older manifests.
  • Added rename_node to allow flowgraph nodes to be renamed.
  • Added value ranges and limits to schema types using Ada-style notation, e.g. int<0..100>, float<..1.0>, and enums like str<a,b,c>.
  • Moved the dashboard to an optional dependency.

Minor:

  • Added language detection to targets.

  • Added a warning when installed pip package versions are out of sync.

  • Made get_cores aware of the scheduler's processor affinity.

  • Allowed partial matches when setting and getting flows.

  • Made filelist generation depth first.

  • Added Ubuntu 26 tool install scripts.

  • Fixed warnings about leaked resources and mishandled atexit cleanup.

  • Tools:

  • openroad: added a parasitic extraction (PEX) interface to the PDK with a warning when no corner is found, and added a dedicated cleanup task that moves logic cleanup out of floorplanning.

  • montage: added a convert tool, automatic montage handling, and host-scaled ImageMagick resource limits via a private policy.xml.

  • icarus/verilator: added a parameter to set the timescale for compilation.

SiliconCompiler 0.37.12 (2026-06-09)

Minor:

  • Added breakpoint handling in the scheduler to avoid multiple breakpoints from running at the same time.

  • Tools:

  • img2stream: added LEF output.

  • pyslang: updated to version 11.

  • openroad: fixed write_views on missing OpenRCX files.

  • verilator: added support for verilog only testbenches.

SiliconCompiler 0.37.11 (2026-05-20)

Minor:

  • Fixed error message in smake when no file is provided.
  • Improved path/dir/file type checking in schema types.

... (truncated)

Commits
  • 363d92b Merge pull request #5090 from siliconcompiler/version0.38.0
  • 4bb49ed version 0.38.0
  • 8457cd5 Merge pull request #4592 from siliconcompiler/schema-limits
  • 0fc453a Merge pull request #5087 from siliconcompiler/bot/openroad-update
  • d942090 Merge pull request #5088 from siliconcompiler/dcostring-fix
  • c15d6da Merge pull request #5089 from siliconcompiler/ord-fix-openrcx
  • 2620cd5 fix typo
  • 2b7326e fix lint
  • 7155765 add RESOVER as ignore word
  • aa8700c fix docstring toavoid warning in docs build
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [siliconcompiler](https://github.com/siliconcompiler/siliconcompiler) to permit the latest version.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 9, 2026
@gadfort gadfort merged commit 2c03ce4 into main Jul 9, 2026
6 checks passed
@gadfort gadfort deleted the dependabot/pip/python-packages-72754efd1d branch July 9, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant