Skip to content

Commit

Permalink
Merge pull request #33 from siliconcompiler/download-tar
Browse files Browse the repository at this point in the history
switch to use tarball instead of git clone
  • Loading branch information
gadfort committed Apr 11, 2024
2 parents eb2b07c + 984eb51 commit 68d3a92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lambdapdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def register_data_source(chip):
chip,
"lambdapdk",
"lambdapdk",
"git+https://github.com/siliconcompiler/lambdapdk.git",
"https://github.com/siliconcompiler/lambdapdk/archive/refs/tags/",
alternative_ref=f"v{__version__}",
python_module_path_append=".."
)
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ urls = {Homepage = "https://github.com/siliconcompiler/lambdapdk"}
requires-python = ">= 3.8"
license = {file = "LICENSE"}
dependencies = [
"siliconcompiler >= 0.20.2"
"siliconcompiler >= 0.21.8"
]
dynamic = ['version']

Expand All @@ -27,11 +27,11 @@ timeout = "60"
[project.optional-dependencies]
# Dev dependencies.
dev = [
"flake8 >= 5.0.0",
"pytest >= 6.2.4",
"pytest-timeout >= 2.1.0",
"tclint >= 0.1.4",
"lambdalib >= 0.2.0"
"flake8 == 7.0.0",
"pytest == 8.1.1",
"pytest-timeout == 2.3.1",
"tclint == 0.2.2",
"lambdalib == 0.2.0"
]

[tool.tclint]
Expand Down

0 comments on commit 68d3a92

Please sign in to comment.