Skip to content

Commit

Permalink
Adds requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
harpribot committed Jan 13, 2017
1 parent c3d2b3d commit 88b1550
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 0 additions & 2 deletions helpers/checkpoint.py
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
Expand Down
2 changes: 1 addition & 1 deletion metrics/bleu/bleu_scorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'''

import copy
import sys, math, re
import math
from collections import defaultdict


Expand Down
12 changes: 12 additions & 0 deletions requirements.txt
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

0 comments on commit 88b1550

Please sign in to comment.