We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f709dcf + da243d7 commit f4b63fcCopy full SHA for f4b63fc
lambdapdk/__init__.py
@@ -1,5 +1,5 @@
1
import os.path
2
-from siliconcompiler.pathschema import PathSchema
+from siliconcompiler.schema_support.pathschema import PathSchema
3
4
from siliconcompiler.package import PythonPathResolver
5
@@ -11,7 +11,7 @@
11
from siliconcompiler.tools.bambu import BambuStdCellLibrary
12
from siliconcompiler.tools.klayout import KLayoutLibrary
13
14
-__version__ = "0.2.0-rc5"
+__version__ = "0.2.0-rc6"
15
16
17
class _LambdaPath(PathSchema):
pyproject.toml
@@ -14,7 +14,7 @@ requires-python = ">= 3.8"
license = {file = "LICENSE"}
dependencies = [
"siliconcompiler >= 0.34.3",
- "lambdalib == 0.4.0-rc1"
+ "lambdalib == 0.4.0-rc2"
18
]
19
dynamic = ['version']
20
0 commit comments