-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
48 lines (44 loc) · 1.41 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = difw
version = attr: difw.__version__
url = https://github.com/imartinezl/difw
project_urls =
Bug Reports = https://github.com/imartinezl/difw/issues
Documentation = https://difw.readthedocs.io
Source Code = https://github.com/imartinezl/difw
author = Iñigo Martinez
author_email = inigomlap@gmail.com
maintainer = Iñigo Martinez
maintainer_email = inigomlap@gmail.com
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Environment :: GPU :: NVIDIA CUDA
Programming Language :: C++
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
license = MIT license
description = Compute one dimensional CPAB transformations in Numpy and Pytorch
long_description = file: README.rst, LICENSE
long_description_content_type = text/x-rst
keywords = diffeomorphisms, tessellations, transformations, continuous piecewise-affine, velocity fields
[options]
zip_safe = False
packages = find:
install_requires =
numpy >= 1.20
matplotlib >= 3.4.0
torch >= 1.8.0
scipy
ninja
python_requires = >=3.6, < 4
[options.package_data]
* = *.cpp, *.h, *.cu, *.cuh
[options.packages.find]
exclude = tests