Skip to content
Snippets Groups Projects
Commit 3e0f7183 authored by Kentaro Wada's avatar Kentaro Wada
Browse files

Refactor setup.py

parent 1db68620
No related branches found
No related tags found
No related merge requests found
from __future__ import print_function
import distutils.spawn import distutils.spawn
import os import os
import re import re
...@@ -24,10 +22,6 @@ def get_version(): ...@@ -24,10 +22,6 @@ def get_version():
def get_install_requires(): def get_install_requires():
PY3 = sys.version_info[0] == 3
PY2 = sys.version_info[0] == 2
assert PY3 or PY2
install_requires = [ install_requires = [
"imgviz>=0.11", "imgviz>=0.11",
"matplotlib<3.3", # for PyInstaller "matplotlib<3.3", # for PyInstaller
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment