File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,29 @@ description = "Temporal Network Analysis Library"
10
10
readme = " README.md"
11
11
license = {file = " LICENSE" }
12
12
keywords = [
13
- " network" ,
14
- " graph" ,
15
- " temporal network" ,
16
- " temporal graph" ]
13
+ " networks" ,
14
+ " graphs" ,
15
+ " temporal networks" ,
16
+ " temporal graphs" ,
17
+ " complex networks" ,
18
+ " time-evolving networks" ]
17
19
classifiers = [
18
20
" Development Status :: 2 - Pre-Alpha" ,
19
21
" Intended Audience :: Education" ,
20
22
" Intended Audience :: Science/Research" ,
21
23
" License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
22
24
" Programming Language :: Python :: 3" ,
23
- " Programming Language :: Python :: 3.6 " ,
25
+ " Programming Language :: Python :: 3.10 " ,
24
26
" Topic :: Scientific/Engineering :: Mathematics" ]
25
27
26
- version = " 0.2 .0"
27
- requires-python = " >=3.6 "
28
+ version = " 0.3 .0"
29
+ requires-python = " >=3.10 "
28
30
dependencies = [
29
31
" tensorly==0.8.1" ,
30
32
" TLViz==0.1.1" ,
31
- " pandas" ]
33
+ " pandas" ,
34
+ " scipy" ,
35
+ " statsmodels>=0.12.0" ]
32
36
33
37
[project .urls ]
34
38
Homepage = " https://github.com/bakhtos/tenetan"
You can’t perform that action at this time.
0 commit comments