Skip to content

Commit 61f8017

Browse files
committedMar 5, 2025
update package
1 parent 0454e87 commit 61f8017

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed
 

‎pyproject.toml

+12-8
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,29 @@ description = "Temporal Network Analysis Library"
1010
readme = "README.md"
1111
license = {file = "LICENSE"}
1212
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"]
1719
classifiers = [
1820
"Development Status :: 2 - Pre-Alpha",
1921
"Intended Audience :: Education",
2022
"Intended Audience :: Science/Research",
2123
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2224
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.6",
25+
"Programming Language :: Python :: 3.10",
2426
"Topic :: Scientific/Engineering :: Mathematics"]
2527

26-
version = "0.2.0"
27-
requires-python = ">=3.6"
28+
version = "0.3.0"
29+
requires-python = ">=3.10"
2830
dependencies = [
2931
"tensorly==0.8.1",
3032
"TLViz==0.1.1",
31-
"pandas"]
33+
"pandas",
34+
"scipy",
35+
"statsmodels>=0.12.0"]
3236

3337
[project.urls]
3438
Homepage = "https://github.com/bakhtos/tenetan"

0 commit comments

Comments
 (0)
Please sign in to comment.