-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsetup.cfg
36 lines (33 loc) · 825 Bytes
/
setup.cfg
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
[metadata]
name = DFlat
version = 1.0.0
author = Dean Hazineh
author_email = dhazineh@g.harvard.edu
description = D-Flat is a forward and inverse design framework for flat optics. Although specially geared for the design of metasurface optics, it may be used for any end-to-end imaging and sensing task.
long_description_content_type = text/markdown
long_description = file: readme.md
url = https://github.com/DeanHazineh/DFlat-pytorch
classifiers =
Programming Language :: Python :: 3
License:: GNU GENERAL PUBLIC LICENSE v3.0
Operating System :: OS Independent
[options]
packages = find:
include_package_data = True
install_requires =
pip
requests
setuptools
scikit-learn
numpy
tensorflow[and-cuda]
tensorflow_probability
matplotlib
keras_flops
mat73
opencv-python
pandas
gdspy
imageio
tqdm
scipy