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 4c39173 commit eb68ca0Copy full SHA for eb68ca0
requirement.txt
@@ -13,7 +13,7 @@ ipython==7.2.0
13
ipython-genutils==0.2.0
14
ipywidgets==7.4.2
15
jedi==0.13.2
16
-Jinja2==2.10
+Jinja2>=2.10
17
jsonschema==2.6.0
18
jupyter==1.0.0
19
jupyter-client==5.2.4
@@ -28,12 +28,12 @@ mpmath==1.1.0
28
nbconvert==5.4.0
29
nbformat==4.4.0
30
nltk==3.3
31
-notebook==5.7.4
+notebook>=5.7.8
32
numpy==1.12.1
33
packaging==16.8
34
pandas==0.19.2
35
pandocfilters==1.4.2
36
-parso==0.3.1
+parso>=0.5.1
37
pexpect==4.6.0
38
pickleshare==0.7.5
39
prometheus-client==0.5.0
@@ -50,7 +50,7 @@ scipy==0.19.0
50
Send2Trash==1.5.0
51
six==1.10.0
52
soupsieve==1.6.2
53
-SQLAlchemy==1.2.15
+SQLAlchemy>=1.3.5
54
sympy==1.3
55
terminado==0.8.1
56
testpath==0.4.2
0 commit comments