Skip to content

Commit

Permalink
setup: bumpy dclab version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Aug 1, 2019
1 parent 3be8f16 commit 4f19598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis/hook-shapeout2.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# The full license is in the file COPYING.txt, distributed with this software.
#-----------------------------------------------------------------------------

# Hook for PyJibe: https://github.com/AFM-analysis/PyJibe
# Hook for PyJibe: https://github.com/ZellMechanik-Dresden/ShapeOut2
from PyInstaller.utils.hooks import collect_data_files

# Data files
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["appdirs",
"dclab>=0.11.1",
"dclab>=0.14.1",
"h5py>=2.8.0",
"numpy>=1.9.0",
"pyqt5",
Expand Down
2 changes: 1 addition & 1 deletion shapeout2/gui/quick_view.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>890</width>
<width>941</width>
<height>494</height>
</rect>
</property>
Expand Down

0 comments on commit 4f19598

Please sign in to comment.