Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Feb 26, 2021
1 parent d5a521b commit b951594
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ backcall==0.2.0
beautifulsoup4==4.9.3
bleach==3.3.0
certifi==2020.12.5
cffi==1.14.4
cffi==1.14.5
chardet==4.0.0
colorama==0.4.4
decorator==4.4.2
Expand All @@ -20,10 +20,10 @@ fuzzywuzzy==0.18.0
html5lib==1.1
idna==2.10
imagesize==1.2.0
ipykernel==5.4.2
ipykernel==5.5.0
ipython==7.20.0
ipython-genutils==0.2.0
ipywidgets==7.6.2
ipywidgets==7.6.3
jdcal==1.4.1
jedi==0.18.0
Jinja2==2.11.3
Expand All @@ -34,31 +34,31 @@ jupyter-console==6.2.0
jupyter-core==4.7.1
jupyterlab-pygments==0.1.2
jupyterlab-widgets==1.0.0
keyring==21.5.0
keyring==22.0.1
lxml==4.6.2
MarkupSafe==1.1.1
measurement==3.2.0
mistune==0.8.4
more-itertools==8.6.0
mpmath==1.1.0
nbclient==0.5.1
more-itertools==8.7.0
mpmath==1.2.1
nbclient==0.5.3
nbconvert==6.0.7
nbformat==5.1.2
nest-asyncio==1.5.1
notebook==6.2.0
numpy==1.20.0
numpy==1.20.1
openpyxl==3.0.6
packaging==20.9
pandas==1.2.1
pandas==1.2.2
pandocfilters==1.4.3
parso==0.8.1
pickleshare==0.7.5
pkginfo==1.6.1
pkginfo==1.7.0
prometheus-client==0.9.0
prompt-toolkit==3.0.14
prompt-toolkit==3.0.16
psycopg2==2.8.6
pycparser==2.20
Pygments==2.7.4
Pygments==2.8.0
pyhelpers==1.2.10
pyparsing==2.4.7
pyproj==3.0.0.post1
Expand All @@ -71,20 +71,20 @@ pywin32==300
pywin32-ctypes==0.2.0
pywinpty==0.5.7
pyxlsb==1.0.8
pyzmq==22.0.2
qtconsole==5.0.1
pyzmq==22.0.3
qtconsole==5.0.2
QtPy==1.9.0
readme-renderer==28.0
readme-renderer==29.0
requests==2.25.1
requests-toolbelt==0.9.1
rfc3986==1.4.0
scipy==1.6.0
scipy==1.6.1
Send2Trash==1.5.0
Shapely==1.7.1
six==1.15.0
snowballstemmer==2.1.0
soupsieve==2.0.1
Sphinx==3.4.3
soupsieve==2.2
Sphinx==3.5.1
sphinx-rtd-theme==0.5.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
Expand All @@ -94,11 +94,11 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
SQLAlchemy==1.3.23
SQLAlchemy-Utils==0.36.8
sympy==1.6.2
sympy==1.7.1
terminado==0.9.2
testpath==0.4.4
tornado==6.1
tqdm==4.56.0
tqdm==4.58.0
traitlets==5.0.5
twine==3.3.0
urllib3==1.26.3
Expand All @@ -107,4 +107,3 @@ webencodings==0.5.1
widgetsnbextension==3.5.1
xlrd==2.0.1
XlsxWriter==1.3.7
xlwt==1.3.0

0 comments on commit b951594

Please sign in to comment.