-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
harpribot
committed
Jan 13, 2017
1 parent
c3d2b3d
commit 88b1550
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
import numpy as np | ||
import os | ||
import glob | ||
import cPickle as pickle | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
''' | ||
|
||
import copy | ||
import sys, math, re | ||
import math | ||
from collections import defaultdict | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
cvxopt==1.1.8 | ||
matplotlib==1.5.1 | ||
nltk==3.2.1 | ||
numpy==1.11.0 | ||
pandas==0.18.0 | ||
prettytensor==0.6.2 | ||
pytest==2.8.1 | ||
python-dateutil==2.4.2 | ||
scipy==0.17.0 | ||
six==1.10.0 | ||
tensorflow==0.12.0rc0 | ||
virtualenv==15.0.3 |