forked from deepinv/deepinv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
76 lines (69 loc) · 1.7 KB
/
setup.cfg
File metadata and controls
76 lines (69 loc) · 1.7 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
76
[metadata]
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
Topic :: Utilities
Topic :: Software Development :: Libraries
description = pytorch library for solving inverse problems with deep learning
download_url = https://github.com/deepinv/deepinv.git
long_description = file: README.rst, LICENSE
long_description_content_type = text/x-rst
license = BSD (3-clause)
maintainer = Julian Tachella
maintainer_email = tachellajulian@gmail.com
name = deepinv
version = 0.0.1
platforms = any
[options]
include_package_data = True
packages = find:
install_requires =
numpy
torch
matplotlib
pygithub
torchvision
psutil
fastmri
wandb
pyyaml
pyarrow
bm3d
plotly
hdf5storage
kornia
einops
timm
project_urls =
Documentation = https://deepinv.github.io/
Source = https://github.com/deepinv/deepinv
Tracker = https://github.com/deepinv/deepinv/issues
[options.extras_require]
test =
pytest
pytest-cov
pytest-timeout
coverage
doc =
numpydoc
sphinx==4.5.0
sphinx-bootstrap-theme
sphinx-click
sphinx_gallery
sphinx-prompt
[coverage:run]
branch = True
# omit = examples/*,src/db/versions/* # define paths to omit
[coverage:report]
show_missing = True
skip_covered = True