CofeehousePy/deps/scikit-image/.github/ISSUE_TEMPLATE.md

688 B

Description

Way to reproduce

# Place the full code we need to recreate your issue here
# upload all necessary images to github too!

Version information

# Paste the output of the following python commands
from __future__ import print_function
import sys; print(sys.version)
import platform; print(platform.platform())
import skimage; print("scikit-image version: {}".format(skimage.__version__))
import numpy; print("numpy version: {}".format(numpy.__version__))
# your output here