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.
2 parents a39b6d9 + fd53451 commit 31fcf61Copy full SHA for 31fcf61
.gitignore
@@ -7,3 +7,4 @@ notebooks/data-explorations/_build/**
7
*.swp
8
**/.ipynb_checkpoints/**
9
**/.ipynb_checkpoints-old/**
10
+**/.venv
api-book/requirements.txt
@@ -52,14 +52,13 @@ nest-asyncio==1.5.1
52
nested-lookup==0.2.21
53
nodeenv==1.5.0
54
notebook==6.2.0
55
-numpy==1.19.5
+numpy>=1.19.5
56
packaging==20.9
57
pandas==1.1.5
58
pandocfilters==1.4.3
59
parso==0.8.1
60
pexpect==4.8.0
61
pickleshare==0.7.5
62
-pkg-resources==0.0.0
63
plotly==4.14.3
64
prometheus-client==0.9.0
65
prompt-toolkit==3.0.14
@@ -73,7 +72,7 @@ pyparsing==2.4.7
73
72
pyrsistent==0.17.3
74
python-dateutil==2.8.1
75
pytz==2021.1
76
-PyYAML==5.4.1
+PyYAML>=5.4.1
77
pyzmq==22.0.2
78
requests==2.25.1
79
retrying==1.3.3
0 commit comments