Skip to content

Commit

Permalink
fix requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuizi7 committed Dec 12, 2018
1 parent 0d304b8 commit c355cf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jsonpickle ==0.9.4
simplejson >=3.10.0
dill ==0.2.5
XlsxWriter >=0.9.6
line-profiler >=2.0
PyYAML >=3.12
tabulate

Expand All @@ -23,7 +22,11 @@ bcolz >=1.1.0,<=1.2.0 ; python_version =='3.4'
matplotlib >=1.5.1 ; python_version >= '3.5'
matplotlib >=1.5.1,<=2.2.3 ; python_version <= '3.4'

ipython ==6.5.0 ; python_version == '3.4'
ipython ==5.3.0 ; python_version == '2.7'

line-profiler >=2.0

enum34 >=1.1.6 ; python_version == '2.7'
fastcache >=1.0.2 ; python_version == '2.7'
funcsigs ; python_version == '2.7'
Expand Down

0 comments on commit c355cf6

Please sign in to comment.