-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (29 loc) · 938 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
[metadata]
name = cerulean
version = 1.0.1
description = factor graph modeling, exact inference, and constraint solvling
long_description = file: README.md
long_description_content_type = text/markdown
author = David Dewhurst
author_email = [email protected]
url = https://git.collab.cra.com/projects/PROP/repos/cerulean/browse
classifiers =
Development Status :: 5 - Production/Stable Copy
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: Other/Proprietary License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
packages = cerulean
python_requires = >=3.9
install_requires =
matplotlib>=3.4
numpy>=1.21
opt-einsum>=3.3
pandas>=1.3
pyro-api
pyro-ppl==1.5
torch<2.0
typing-extensions>=3.10; python_version == '3.9'