forked from NVlabs/sionna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (33 loc) · 1.11 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
[metadata]
name = sionna
version = attr: sionna.__version__
author = The Sionna contributors
author_email = [email protected]
description = Sionna -- A TensorFlow-based open-source library for simulating the physical layer of wireless communication systems
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache 2.0
url = https://nvlabs.github.io/sionna/
download_url = https://github.com/NVlabs/sionna/releases
project_urls =
Bug Tracker = https://github.com/NVlabs/sionna/issues
classifiers =
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Intended Audience :: Telecommunications Industry
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
[options]
package_dir == .
packages = find:
include_package_data = True
python_requires = >=3.6
install_requires =
tensorflow >= 2.5, <= 2.8 ; sys_platform != "darwin"
tensorflow-macos >= 2.5, <= 2.8 ; sys_platform == "darwin"
numpy
matplotlib
scipy
importlib_resources
[options.package_data]
* = *.csv, *.npy, *.json