Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/codegen/pyproject.toml is written in an unsupported language. File is not indexed.

0001 [project]
0002 name = "codegen"
0003 version = "0.2.0"
0004 description = "Add your description here"
0005 readme = "README.md"
0006 requires-python = ">=3.10"
0007 dependencies = [
0008   "numpy",
0009   "sympy"
0010 ]
0011 
0012 [build-system]
0013 requires = ["hatchling >= 1.26"]
0014 build-backend = "hatchling.build"