Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eic-opticks/pyproject.toml is written in an unsupported language. File is not indexed.

0001 [project]
0002 name = "optiphy"
0003 version = "0.3.0"
0004 description = ""
0005 authors = [ { name = "Dmitri Smirnov", email = "dmixsmi@gmail.com" } ]
0006 requires-python = ">=3.10"
0007 dependencies = [
0008     "numpy>=2.0.0",
0009     "pyvista>=0.43.8",
0010     "plotly>=5.22.0",
0011 ]
0012 
0013 [project.scripts]
0014 generate-input-photons = "optiphy.tools.generate_input_photons:main"
0015 plot-csg = "optiphy.tools.plot_csg:main"
0016 serve-path = "optiphy.tools.serve_path:main"
0017 run-performance = "optiphy.tools.run_performance:main"
0018 
0019 [build-system]
0020 requires = ["setuptools", "wheel"]
0021 build-backend = "setuptools.build_meta"
0022 
0023 [tool.setuptools]
0024 packages = ["optiphy"]