Closed ian-cho closed 1 month ago
@blublinsky (cc @daw3rd )
Hi thanks for fixes! I merge your suggested commits. Several tests still failed and now I am investigating it. Please let me know if you have any ideas on the failed test. Thanks again.
All tests passed. Please check
@ian-cho There was one typo in the pypropoject.toml that was causing the build to fix. This is fixed now as below
authors = [
{ name = "Ian Cho", email = "iancho.mr@gmail.com" },
]
-[tool.setuptools.dynamic]
-dependencies = {file = ["requirements.txt"]}
+
+dynamic = ["dependencies"]
Why are these changes needed?
adding python implementation of hap transform under
universal
directory for DPK outer. Passed all tests when "make test". please review. Thanks.