Skip to content

Commit

Permalink
add sdata.Image
Browse files Browse the repository at this point in the history
  • Loading branch information
lepy committed Mar 5, 2024
1 parent d2f5207 commit a99d5de
Show file tree
Hide file tree
Showing 2 changed files with 1,196 additions and 2 deletions.
1,194 changes: 1,194 additions & 0 deletions ipynb/sdata_Image.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open('README.md', 'rb') as f:
readme = f.read().decode('utf-8')

REQUIRES = ['numpy', 'pandas', 'tabulate', 'xlrd', 'openpyxl', 'xlsxwriter', 'pytz', 'requests']
REQUIRES = ['numpy', 'pandas', 'tabulate', 'xlrd', 'openpyxl', 'xlsxwriter', 'pytz', 'requests', 'pillow']

setup(
name='sdata',
Expand All @@ -22,7 +22,7 @@
author="Lepy",
author_email="[email protected]",
maintainer='Lepy',
maintainer_email='lepy@mailbox.org',
maintainer_email='lepy@tuta.io',
url="https://github.com/lepy/sdata",
license='MIT/Apache-2.0',

Expand Down

0 comments on commit a99d5de

Please sign in to comment.