-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (30 loc) · 1.03 KB
/
Copy pathsetup.cfg
File metadata and controls
31 lines (30 loc) · 1.03 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
[metadata]
name = nlridge
version = 0.0.1
author = Sebastien Herbreteau
author_email = sebastien.herbreteau@inria.fr
license = GNU AFFERO GENERAL PUBLIC LICENSE
url = https://github.com/sherbret/NL-Ridge/
description = Image denoising
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.11
Operating System :: OS Independent
License :: OSI Approved :: GNU AFFERO GENERAL PUBLIC LICENSE
project_urls =
Bug Tracker = https://github.com/sherbret/NL-Ridge/issues
Documentation = https://github.com/sherbret/NL-Ridge#README.md
Source Code = https://github.com/sherbret/NL-Ridge/
User Support = https://github.com/sherbret/NL-Ridge/issues
[options]
packages = find:
python_requires = >=3.11
setup_requires = setuptools_scm
install_requires =
torchvision==0.17
einops>=0.7.0