Skip to content

Commit 56ae918

Browse files
committed
remove pil and update version
1 parent 0f264cc commit 56ae918

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

Untitled.ipynb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cells": [],
3+
"metadata": {},
4+
"nbformat": 4,
5+
"nbformat_minor": 5
6+
}

dist/moon-1.1.1.tar.gz

7.99 KB
Binary file not shown.

moon/custom_image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import io
33
import cv2
44
import numpy as np
5-
from PIL import Image
65
from copy import deepcopy, copy
76
from functools import lru_cache
87

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
setup(
99
name = 'moon',
1010
packages = find_packages(),
11-
version = '1.1.1',
11+
version = '1.1.2',
1212
license='MIT',
1313
description = 'Gets moon visualizations courtesy of NASA/Ernie Wright',
1414
long_description_content_type="text/markdown",
1515
long_description = long_description,
1616
author = 'Sadie Parker',
1717
author_email = '[email protected]',
1818
url = 'https://github.com/spacerest/moon',
19-
download_url = 'https://github.com/spacerest/moon/archive/v_1_1_1.tar.gz',
19+
download_url = 'https://github.com/spacerest/moon/archive/v_1_1_2.tar.gz',
2020
keywords = ['MOON', 'ART'],
2121
install_requires=[
2222
'numpy~=1.16',

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from moon.tests import cache, general
22
import unittest
33

4-
#unittest.main(cache, exit=False)
4+
unittest.main(cache, exit=False)
55

66
unittest.main(general)

0 commit comments

Comments
 (0)