-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (41 loc) · 999 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
36
37
38
39
40
41
42
43
44
[metadata]
name = pdfflow
version = 1.2.1
description = PDF interpolation with Tensorflow
author = S.Carrazza, J.Cruz-Martinez, M.Rossi
url = https://github.com/N3PDF/pdfflow
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
classifiers =
Operating System :: Unix
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Physics
[options]
package_dir=
=src
packages=find:
zip_safe = False
python_requires = >=3.6
install_requires =
numpy >= 1.21
pyyaml
lhapdf_management
[options.packages.find]
where = src
[options.extras_require]
capi = cffi
docs =
sphinx_rtd_theme
recommonmark
sphinxcontrib-bibtex
examples =
matplotlib
vegasflow
tf = tensorflow
tf-cpu = tensorflow-cpu
tf-gpu = tensorflow-gpu
tf-amd = tensorflow-rocm