Skip to content

Commit

Permalink
missing openpyxl dependency during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Jul 23, 2017
1 parent 83de1e8 commit 8ca83a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INFO.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MEAP version 1.1.0
MEAP version 1.2.1

Copyright (C) 2014 Matthew Cieslak and Will Ryan

Expand Down
2 changes: 1 addition & 1 deletion meap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SEARCH_WINDOW=30 #samples
BLOOD_RESISTIVITY=135. # Ohms cm
n_regions=0
__version__= "1.2.0"
__version__= "1.2.1"

# Are we bundled?
if getattr( sys, 'frozen', False ) :
Expand Down
3 changes: 3 additions & 0 deletions packaging/deps2.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,9 @@
'traitsui.include',
'pandas.core.config',
'scipy.stats._stats_mstats_common',
'openpyxl',
'jdcal',
'et_xmlfile',
'pandas.compat.openpyxl_compat',
'sklearn.preprocessing.data',
'enable.tools.viewport_pan_tool',
Expand Down
2 changes: 1 addition & 1 deletion packaging/innosetup/meap.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "MEAP"
#define MyAppVersion "1.2.0"
#define MyAppVersion "1.2.1"
#define MyAppPublisher "UCSB Department of Psycholgical and Brain Sciences"
#define MyAppURL "http://meap.readthedocs.io/en/latest/"
#define MyAppExeName "MEAP.exe"
Expand Down

0 comments on commit 8ca83a5

Please sign in to comment.