We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc71f8 commit b5b48d0Copy full SHA for b5b48d0
requirements.txt
@@ -8,7 +8,7 @@ jupyter-contrib-nbextensions
8
widgetsnbextension
9
gremlinpython>=3.5.1
10
requests==2.24.0
11
-ipython>=7.16.1
+ipython>=7.16.1,<7.17.0
12
ipykernel==5.3.4
13
neo4j==4.2.1
14
rdflib~=5.0.0
setup.py
@@ -79,7 +79,7 @@ def get_version():
79
'requests-aws4auth==1.0.1',
80
'botocore>=1.19.37',
81
'boto3>=1.17.58',
82
- 'ipython>=7.16.1,<=7.19.0',
+ 'ipython>=7.16.1,<7.17.0',
83
'neo4j==4.3.2',
84
'rdflib==5.0.0',
85
'ipykernel==5.3.4',
0 commit comments