浏览代码

Added Pipfile

Will K 6 年之前
父节点
当前提交
e65baa496b
共有 2 个文件被更改,包括 1364 次插入0 次删除
  1. 64 0
      Pipfile
  2. 1300 0
      Pipfile.lock

+ 64 - 0
Pipfile

@@ -0,0 +1,64 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[dev-packages]
+
+[packages]
+beautifulsoup4 = "==4.6.3"
+bokeh = "==1.0.2"
+colorlover = "==0.2.1"
+cmocean = "==2.0.0"
+cufflinks = "==0.14.6"
+dask = "==1.0.0"
+featuretools = "==0.4.1"
+graphviz = "==0.10.1"
+h5py = "==2.8.0"
+ipdb = "==0.11"
+ipykernel = "==5.1.0"
+ipysheet = "==0.2.1"
+ipython = "==7.2.0"
+ipywidgets = "==7.4.2"
+jupyter = "==1.0.0"
+jupyter-contrib-nbextensions = "==0.5.0"
+jupyter-repo2docker = "==0.7.0"
+jupyterlab = "==0.35.4"
+jupyterlab-server = "==0.2.0"
+matplotlib = "==2.2.2"
+nbconvert = "==5.4.0"
+nbformat = "==4.4.0"
+nose = "==1.3.7"
+numexpr = "==2.6.8"
+numpy = "==1.15.4"
+pandas = "==0.23.4"
+pandocfilters = "==1.4.2"
+psycopg2 = "==2.7.6.1"
+psycopg2-binary = "==2.7.6.1"
+pyarrow = "==0.11.1"
+pymc3 = "==3.5"
+pyparsing = "==2.3.0"
+pystan = "==2.18.0.0"
+pytest = "==3.5.0"
+python-dateutil = "==2.7.5"
+requests = "==2.20.1"
+scikit-learn = "==0.19.1"
+scipy = "==1.1.0"
+seaborn = "==0.8.1"
+selenium = "==3.141.0"
+statsmodels = "==0.9.0"
+tqdm = "==4.28.1"
+widgetsnbextension = "==3.4.2"
+ipython_genutils = "==0.2.0"
+jupyter_client = "==5.2.3"
+jupyter_console = "==6.0.0"
+jupyter_contrib_core = "==0.3.3"
+jupyter_core = "==4.4.0"
+jupyter_highlight_selected_word = "==0.2.0"
+jupyter_latex_envs = "==1.4.6"
+jupyter_nbextensions_configurator = "==0.4.0"
+Pillow = "==5.3.0"
+SQLAlchemy = "==1.3.0"
+
+[requires]
+python_version = "3.7"

文件差异内容过多而无法显示
+ 1300 - 0
Pipfile.lock