@@ -13,7 +13,7 @@ version = "5.0.2"
1313description = " Jupyter notebook extension to connect to graph databases"
1414readme = " README.md"
1515license = { file = " LICENSE" }
16- requires-python = " >=3.9,<3.12 "
16+ requires-python = " >=3.9,<3.14 "
1717authors = [
1818 {
name =
" amazon-neptune" ,
email =
" [email protected] " },
1919]
@@ -22,6 +22,8 @@ classifiers = [
2222 " Programming Language :: Python :: 3.9" ,
2323 " Programming Language :: Python :: 3.10" ,
2424 " Programming Language :: Python :: 3.11" ,
25+ " Programming Language :: Python :: 3.12" ,
26+ " Programming Language :: Python :: 3.13" ,
2527 " License :: OSI Approved :: Apache Software License"
2628]
2729keywords = [" jupyter" , " neptune" , " gremlin" , " sparql" , " opencypher" ]
@@ -43,9 +45,9 @@ dependencies = [
4345
4446 # Data processing and visualization
4547 ' itables>=2.0.0,<=2.1.0' ,
46- ' networkx==2.4 ' ,
47- ' numpy>=1.23.5,<1. 24.0' ,
48- ' pandas>=2.1.0,<=2. 2.2' ,
48+ ' networkx>=3.0,<4.0 ' ,
49+ ' numpy>=1.24.0' ,
50+ ' pandas>=2.2.2' ,
4951
5052 # Graph databases and query languages
5153 ' gremlinpython>=3.5.1,<=3.7.2' ,
@@ -63,8 +65,7 @@ dependencies = [
6365 ' Jinja2>=3.0.3,<=3.1.4' ,
6466 ' json-repair==0.29.2' ,
6567 ' nest_asyncio>=1.5.5,<=1.6.0' ,
66- ' requests>=2.32.0,<=2.32.2' ,
67- ' numba==0.60.0'
68+ ' requests>=2.32.0,<=2.32.2'
6869]
6970
7071[project .optional-dependencies ]
0 commit comments