-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 882 Bytes
/
Copy pathpyproject.toml
File metadata and controls
35 lines (32 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "pado-optics"
version = "1.0.1"
description = "Pytorch Automatic Differentiable Optics"
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
authors = [
{ name = "Seung-Hwan Baek", email = "shwbaek@postech.ac.kr" },
{ name = "Dong-Ha Shin", email = "0218sdh@gmail.com" },
{ name = "Yujin Jeon" },
{ name = "Seung-Woo Yoon" },
{ name = "Eunsue Choi" },
{ name = "Gawoon Ban" },
{ name = "Hyunmo Kang" }
]
requires-python = ">=3.9"
dependencies = [
"torch>=1.10.0",
"numpy>=1.16.0",
"matplotlib>=3.3.0",
"scipy>=1.0.0",
]
[project.urls]
Homepage = "https://github.com/shwbaek/pado"
Repository = "https://github.com/shwbaek/pado.git"
Documentation = "https://shwbaek.github.io/pado"
[tool.setuptools]
packages = ["pado"]