-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
75 lines (64 loc) · 1.67 KB
/
setup.cfg
File metadata and controls
75 lines (64 loc) · 1.67 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
##########################
# Setup.py Configuration #
##########################
[metadata]
name = pytorchfwd
version = 1.0.1
description = Compute frecet wavelet distances
long_description = file: README.rst
long_description_content_type = text/x-rst
# URLs associated with the project
url = https://github.com/BonnBytes/PyTorch-FWD
download_url = https://github.com/BonnBytes/PyTorch-FWD/releases
project_urls =
Bug Tracker = https://github.com/BonnBytes/PyTorch-FWD/issues
Source Code = https://github.com/BonnBytes/PyTorch-FWD
keywords =
Wavelets
Wavelet Transform
Fast Wavelet Transform
PyTorch
Generative Learning
FID
Frechet Inception Distance
# Author information
author = Lokesh Veeramacheneni
author_email = lokeshveeramacheneni27@gmail.com
maintainer = Lokesh Veeramacheneni
maintainer_email = lokeshveeramacheneni27@gmail.com
# License information
license = Apache-2.0 license
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
install_requires =
pillow
matplotlib
scipy==1.11.1
numpy
scikit-learn
torch
torchvision
PyWavelets
ptwt==0.1.8
tqdm
python_requires = >=3.9
packages = find:
package_dir =
= src
[options.packages.find]
where = src
##########################
# Darglint Configuration #
##########################
[darglint]
docstring_style = google
strictness = short