Newer
Older
name="verse",
version="0.1",
description="AutoVerse",
author="Yangge Li, Katherine Braught, Haoqing Zhu",
maintainer="Yangge Li, Katherine Braught, Haoqing Zhu",
maintainer_email="{li213, braught2, haoqing3}@illinois.edu",
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
49
# "numpy",
# "scipy",
# "matplotlib",
# "polytope",
# "pyvista",
# "networkx",
# "sympy",
# "six",
# "astunparse",
# "z3-solver",
# "plotly",
# "beautifulsoup4",
# "lxml",
# "torch",
# "tqdm",
# "intervaltree",
# "Pympler",
# "nbformat",
"ray~=2.2.0",
"astunparse~=1.6.3",
"beautifulsoup4~=4.11.1",
"intervaltree~=3.1.0",
"lxml~=4.9.1",
"matplotlib~=3.4.3",
"numpy~=1.22.4",
"plotly~=5.8.2",
"polytope~=0.2.3",
"Pympler~=1.0.1",
"pyvista~=0.32.1",
"scipy~=1.8.1",
"six~=1.14.0",
"sympy~=1.6.2",
"torch~=1.12.1",
"tqdm~=4.64.1",
"z3-solver~=4.8.17.0",
"treelib~=1.6.1",
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
"Programming Language :: Python :: 3.8",
],