liuyuqi-dellpc 7 years ago
parent
commit
c3173ef4aa
2 changed files with 6 additions and 49 deletions
  1. 6 7
      requirements.txt
  2. 0 42
      src/Python/Untitled1.ipynb

+ 6 - 7
requirements.txt

@@ -1,10 +1,9 @@
+ggplot==0.11.5
+h5py==2.7.1
 ipython==5.1.0
-jupyter==1.0.0
-Markdown==2.6.9
-matplotlib==2.0.2
-notebook==5.1.0
+Keras==2.0.8
 numpy==1.13.3
-opencv-python==3.3.0.10
-tensorflow==1.3.0
-tifffile==0.12.1
+pandas==0.20.3
+Pillow==4.3.0
 Shapely==1.6.1
+xgboost==0.6a2

+ 0 - 42
src/Python/Untitled1.ipynb

@@ -1,42 +0,0 @@
-{
- "cells": [
-  {
-   "cell_type": "code",
-   "execution_count": 15,
-   "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "323\n"
-     ]
-    }
-   ],
-   "source": [
-    "print(323)"
-   ]
-  }
- ],
- "metadata": {
-  "kernelspec": {
-   "display_name": "Python 2",
-   "language": "python",
-   "name": "python2"
-  },
-  "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 2
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
-   "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython2",
-   "version": "2.7.12"
-  }
- },
- "nbformat": 4,
- "nbformat_minor": 2
-}