Pipfile 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. [packages]
  7. beautifulsoup4 = "==4.6.3"
  8. bokeh = "==1.0.2"
  9. colorlover = "==0.2.1"
  10. cmocean = "==2.0.0"
  11. cufflinks = "==0.14.6"
  12. dask = "==1.0.0"
  13. featuretools = "==0.4.1"
  14. graphviz = "==0.10.1"
  15. h5py = "==2.8.0"
  16. ipdb = "==0.11"
  17. ipykernel = "==5.1.0"
  18. ipysheet = "==0.2.1"
  19. ipython = "==7.2.0"
  20. ipywidgets = "==7.4.2"
  21. jupyter = "==1.0.0"
  22. jupyter-contrib-nbextensions = "==0.5.0"
  23. jupyter-repo2docker = "==0.7.0"
  24. jupyterlab = "==0.35.4"
  25. jupyterlab-server = "==0.2.0"
  26. matplotlib = "==2.2.2"
  27. nbconvert = "==5.4.0"
  28. nbformat = "==4.4.0"
  29. nose = "==1.3.7"
  30. numpy = "==1.15.4"
  31. pandas = "==0.23.4"
  32. pandocfilters = "==1.4.2"
  33. psycopg2 = "==2.7.6.1"
  34. psycopg2-binary = "==2.7.6.1"
  35. pyarrow = "==0.11.1"
  36. pymc3 = "==3.5"
  37. pyparsing = "==2.3.0"
  38. pystan = "==2.18.0.0"
  39. pytest = "==3.5.0"
  40. python-dateutil = "==2.7.5"
  41. requests = "==2.20.1"
  42. scikit-learn = "==0.20.3"
  43. scipy = "==1.1.0"
  44. seaborn = "==0.8.1"
  45. selenium = "==3.141.0"
  46. statsmodels = "==0.9.0"
  47. tqdm = "==4.28.1"
  48. widgetsnbextension = "==3.4.2"
  49. ipython_genutils = "==0.2.0"
  50. jupyter_client = "==5.2.3"
  51. jupyter_console = "==6.0.0"
  52. jupyter_contrib_core = "==0.3.3"
  53. jupyter_core = "==4.4.0"
  54. jupyter_highlight_selected_word = "==0.2.0"
  55. jupyter_latex_envs = "==1.4.6"
  56. jupyter_nbextensions_configurator = "==0.4.0"
  57. Pillow = "==5.3.0"
  58. SQLAlchemy = "==1.3.0"
  59. plotly = "==3.9"
  60. plotly-express = "*"
  61. black = "==0.18.5b1"
  62. networkx = "*"
  63. [requires]
  64. python_version = "3.7"