[[package]] name = "certifi" version = "2020.12.5" description = "Python package for providing Mozilla's CA Bundle." category = "dev" optional = false python-versions = "*" [[package]] name = "cffi" version = "1.14.5" description = "Foreign Function Interface for Python calling C code." category = "dev" optional = false python-versions = "*" [package.dependencies] pycparser = "*" [[package]] name = "chardet" version = "4.0.0" description = "Universal encoding detector for Python 2 and 3" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "cmake" version = "3.20.5" description = "CMake is an open-source, cross-platform family of tools designed to build, test and package software" category = "dev" optional = false python-versions = "*" [[package]] name = "coloredlogs" version = "15.0" description = "Colored terminal output for Python's logging module" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.dependencies] humanfriendly = ">=9.1" [package.extras] cron = ["capturer (>=2.4)"] [[package]] name = "cssutils" version = "2.2.0" description = "A CSS Cascading Style Sheets library for Python" category = "dev" optional = false python-versions = ">=3.6" [package.extras] docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "mock", "pytest-black (>=0.3.7)", "pytest-mypy"] [[package]] name = "cycler" version = "0.10.0" description = "Composable style cycles" category = "dev" optional = false python-versions = "*" [package.dependencies] six = "*" [[package]] name = "decorator" version = "4.4.2" description = "Decorators for Humans" category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*" [[package]] name = "greenlet" version = "1.0.0" description = "Lightweight in-process concurrent programming" category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" [package.extras] docs = ["sphinx"] [[package]] name = "humanfriendly" version = "9.1" description = "Human friendly output for text interfaces using Python" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.dependencies] pyreadline = {version = "*", markers = "sys_platform == \"win32\""} [[package]] name = "idna" version = "2.10" description = "Internationalized Domain Names in Applications (IDNA)" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "imageio" version = "2.9.0" description = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats." category = "dev" optional = false python-versions = ">=3.5" [package.dependencies] numpy = "*" pillow = "*" [package.extras] ffmpeg = ["imageio-ffmpeg"] fits = ["astropy"] full = ["astropy", "gdal", "imageio-ffmpeg", "itk"] gdal = ["gdal"] itk = ["itk"] [[package]] name = "imageio-ffmpeg" version = "0.4.3" description = "FFMPEG wrapper for Python" category = "dev" optional = false python-versions = ">=3.4" [[package]] name = "jinja2" version = "2.11.3" description = "A very fast and expressive template engine." category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.dependencies] MarkupSafe = ">=0.23" [package.extras] i18n = ["Babel (>=0.8)"] [[package]] name = "jsonpatch" version = "1.32" description = "Apply JSON-Patches (RFC 6902)" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.dependencies] jsonpointer = ">=1.9" [[package]] name = "jsonpointer" version = "2.1" description = "Identify specific nodes in a JSON document (RFC 6901)" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "kiwisolver" version = "1.3.1" description = "A fast implementation of the Cassowary constraint solver" category = "dev" optional = false python-versions = ">=3.6" [[package]] name = "llvmlite" version = "0.38.1" description = "lightweight wrapper around basic LLVM functionality" category = "dev" optional = false python-versions = ">=3.7,<3.11" [[package]] name = "markupsafe" version = "1.1.1" description = "Safely add untrusted strings to HTML/XML markup." category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" [[package]] name = "matplotlib" version = "3.4.1" description = "Python plotting package" category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] cycler = ">=0.10" kiwisolver = ">=1.0.1" numpy = ">=1.16" pillow = ">=6.2.0" pyparsing = ">=2.2.1" python-dateutil = ">=2.7" [[package]] name = "networkx" version = "2.5.1" description = "Python package for creating and manipulating graphs and networks" category = "dev" optional = false python-versions = ">=3.6" [package.dependencies] decorator = ">=4.3,<5" [package.extras] all = ["numpy", "scipy", "pandas", "matplotlib", "pygraphviz", "pydot", "pyyaml", "lxml", "pytest"] gdal = ["gdal"] lxml = ["lxml"] matplotlib = ["matplotlib"] numpy = ["numpy"] pandas = ["pandas"] pydot = ["pydot"] pygraphviz = ["pygraphviz"] pytest = ["pytest"] pyyaml = ["pyyaml"] scipy = ["scipy"] [[package]] name = "numba" version = "0.55.2" description = "compiling Python code using LLVM" category = "dev" optional = false python-versions = ">=3.7,<3.11" [package.dependencies] llvmlite = ">=0.38.0rc1,<0.39" numpy = ">=1.18,<1.23" [[package]] name = "numpy" version = "1.22.4" description = "NumPy is the fundamental package for array computing with Python." category = "dev" optional = false python-versions = ">=3.8" [[package]] name = "packaging" version = "21.3" description = "Core utilities for Python packages" category = "dev" optional = false python-versions = ">=3.6" [package.dependencies] pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" [[package]] name = "pandas" version = "1.2.3" description = "Powerful data structures for data analysis, time series, and statistics" category = "dev" optional = false python-versions = ">=3.7.1" [package.dependencies] numpy = ">=1.16.5" python-dateutil = ">=2.7.3" pytz = ">=2017.3" [package.extras] test = ["pytest (>=5.0.1)", "pytest-xdist", "hypothesis (>=3.58)"] [[package]] name = "pillow" version = "8.2.0" description = "Python Imaging Library (Fork)" category = "dev" optional = false python-versions = ">=3.6" [[package]] name = "py" version = "1.10.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pyaml" version = "20.4.0" description = "PyYAML-based module to produce pretty and readable YAML-serialized data" category = "dev" optional = false python-versions = "*" [package.dependencies] PyYAML = "*" [[package]] name = "pycparser" version = "2.20" description = "C parser in Python" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pygame" version = "2.0.1" description = "Python Game Development" category = "main" optional = false python-versions = "*" [[package]] name = "pyparsing" version = "2.4.7" description = "Python parsing module" category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "pyreadline" version = "2.1" description = "A python implmementation of GNU readline." category = "dev" optional = false python-versions = "*" [[package]] name = "python-dateutil" version = "2.8.1" description = "Extensions to the standard Python datetime module" category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" [package.dependencies] six = ">=1.5" [[package]] name = "pytz" version = "2021.1" description = "World timezone definitions, modern and historical" category = "dev" optional = false python-versions = "*" [[package]] name = "pywavelets" version = "1.1.1" description = "PyWavelets, wavelet transform module" category = "dev" optional = false python-versions = ">=3.5" [package.dependencies] numpy = ">=1.13.3" [[package]] name = "pyyaml" version = "5.4.1" description = "YAML parser and emitter for Python" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" [[package]] name = "pyzmq" version = "22.0.3" description = "Python bindings for 0MQ" category = "dev" optional = false python-versions = ">=3.6" [package.dependencies] cffi = {version = "*", markers = "implementation_name == \"pypy\""} py = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "requests" version = "2.25.1" description = "Python HTTP for Humans." category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.dependencies] certifi = ">=2017.4.17" chardet = ">=3.0.2,<5" idna = ">=2.5,<3" urllib3 = ">=1.21.1,<1.27" [package.extras] security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"] socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] [[package]] name = "scikit-image" version = "0.19.3" description = "Image processing in Python" category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] imageio = ">=2.4.1" networkx = ">=2.2" numpy = ">=1.17.0" packaging = ">=20.0" pillow = ">=6.1.0,<7.1.0 || >7.1.0,<7.1.1 || >7.1.1,<8.3.0 || >8.3.0" PyWavelets = ">=1.1.1" scipy = ">=1.4.1" tifffile = ">=2019.7.26" [package.extras] data = ["pooch (>=1.3.0)"] docs = ["sphinx (>=1.8)", "sphinx-gallery (>=0.10.1)", "numpydoc (>=1.0)", "sphinx-copybutton", "pytest-runner", "scikit-learn", "matplotlib (>=3.3)", "dask[array] (>=0.15.0,!=2.17.0)", "cloudpickle (>=0.2.1)", "pandas (>=0.23.0)", "seaborn (>=0.7.1)", "pooch (>=1.3.0)", "tifffile (>=2020.5.30)", "myst-parser", "ipywidgets", "plotly (>=4.14.0)", "kaleido"] optional = ["simpleitk", "astropy (>=3.1.2)", "cloudpickle (>=0.2.1)", "dask[array] (>=1.0.0,!=2.17.0)", "matplotlib (>=3.0.3)", "pooch (>=1.3.0)", "pyamg", "qtpy"] test = ["asv", "codecov", "flake8", "matplotlib (>=3.0.3)", "pooch (>=1.3.0)", "pytest (>=5.2.0)", "pytest-cov (>=2.7.0)", "pytest-localserver", "pytest-faulthandler"] [[package]] name = "scipy" version = "1.7.3" description = "SciPy: Scientific Library for Python" category = "dev" optional = false python-versions = ">=3.7,<3.11" [package.dependencies] numpy = ">=1.16.5,<1.23.0" [[package]] name = "seaborn" version = "0.11.1" description = "seaborn: statistical data visualization" category = "dev" optional = false python-versions = ">=3.6" [package.dependencies] matplotlib = ">=2.2" numpy = ">=1.15" pandas = ">=0.23" scipy = ">=1.0" [[package]] name = "six" version = "1.15.0" description = "Python 2 and 3 compatibility utilities" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "sqlalchemy" version = "1.4.6" description = "Database Abstraction Library" category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" [package.dependencies] greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\""} [package.extras] aiomysql = ["greenlet (!=0.4.17)", "aiomysql"] aiosqlite = ["greenlet (!=0.4.17)", "aiosqlite"] asyncio = ["greenlet (!=0.4.17)"] mariadb_connector = ["mariadb (>=1.0.1)"] mssql = ["pyodbc"] mssql_pymssql = ["pymssql"] mssql_pyodbc = ["pyodbc"] mypy = ["sqlalchemy2-stubs", "mypy (>=0.800)"] mysql = ["mysqlclient (>=1.4.0,<2)", "mysqlclient (>=1.4.0)"] mysql_connector = ["mysqlconnector"] oracle = ["cx_oracle (>=7,<8)", "cx_oracle (>=7)"] postgresql = ["psycopg2 (>=2.7)"] postgresql_asyncpg = ["greenlet (!=0.4.17)", "asyncpg"] postgresql_pg8000 = ["pg8000 (>=1.16.6)"] postgresql_psycopg2binary = ["psycopg2-binary"] postgresql_psycopg2cffi = ["psycopg2cffi"] pymysql = ["pymysql (<1)", "pymysql"] sqlcipher = ["sqlcipher3-binary"] [[package]] name = "svgpathtools" version = "1.4.1" description = "A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves." category = "dev" optional = false python-versions = "*" [package.dependencies] numpy = "*" svgwrite = "*" [[package]] name = "svgwrite" version = "1.4.1" description = "A Python library to create SVG drawings." category = "dev" optional = false python-versions = ">=3.6" [[package]] name = "tifffile" version = "2021.3.31" description = "Read and write TIFF files" category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] numpy = ">=1.15.1" [package.extras] all = ["imagecodecs (>=2021.3.31)", "matplotlib (>=3.2)", "lxml"] [[package]] name = "torch" version = "1.10.2" description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" category = "dev" optional = false python-versions = ">=3.6.2" [package.dependencies] typing-extensions = "*" [[package]] name = "torch-tools" version = "0.1.5" description = "A library of helpers to train, evaluate and visualize deep nets with PyTorch." category = "dev" optional = false python-versions = "*" [package.dependencies] coloredlogs = "*" imageio = "*" imageio-ffmpeg = "*" jinja2 = "*" numpy = "*" pyaml = "*" seaborn = "*" sqlalchemy = "*" torch = "*" torchvision = "*" tqdm = "*" visdom = "*" [package.extras] dev = ["sphinx", "pytest"] docs = ["sphinx"] tests = ["pytest"] [[package]] name = "torchfile" version = "0.1.0" description = "Torch7 binary serialized file parser" category = "dev" optional = false python-versions = "*" [[package]] name = "torchvision" version = "0.11.3" description = "image and video datasets and models for torch deep learning" category = "dev" optional = false python-versions = "*" [package.dependencies] numpy = "*" pillow = ">=5.3.0,<8.3.0 || >8.3.0" torch = "1.10.2" [package.extras] scipy = ["scipy"] [[package]] name = "tornado" version = "6.1" description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed." category = "dev" optional = false python-versions = ">= 3.5" [[package]] name = "tqdm" version = "4.60.0" description = "Fast, Extensible Progress Meter" category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" [package.extras] dev = ["py-make (>=0.1.0)", "twine", "wheel"] notebook = ["ipywidgets (>=6)"] telegram = ["requests"] [[package]] name = "typing-extensions" version = "3.7.4.3" description = "Backported and Experimental Type Hints for Python 3.5+" category = "dev" optional = false python-versions = "*" [[package]] name = "urllib3" version = "1.26.4" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" [package.extras] secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] brotli = ["brotlipy (>=0.6.0)"] [[package]] name = "visdom" version = "0.1.8.9" description = "A tool for visualizing live, rich data for Torch and Numpy" category = "dev" optional = false python-versions = "*" [package.dependencies] jsonpatch = "*" numpy = ">=1.8" pillow = "*" pyzmq = "*" requests = "*" scipy = "*" six = "*" torchfile = "*" tornado = "*" websocket-client = "*" [[package]] name = "websocket-client" version = "0.58.0" description = "WebSocket client for Python with low level API options" category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.dependencies] six = "*" [metadata] lock-version = "1.1" python-versions = ">=3.8" content-hash = "bdb9e3e47aadb0192d745b2e3502513fe77939c15984403a82f10c2e1282ca51" [metadata.files] certifi = [] cffi = [] chardet = [] cmake = [] coloredlogs = [] cssutils = [] cycler = [] decorator = [] greenlet = [] humanfriendly = [] idna = [] imageio = [] imageio-ffmpeg = [] jinja2 = [] jsonpatch = [] jsonpointer = [] kiwisolver = [] llvmlite = [] markupsafe = [] matplotlib = [] networkx = [] numba = [] numpy = [] packaging = [ {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, ] pandas = [] pillow = [] py = [] pyaml = [] pycparser = [] pygame = [] pyparsing = [] pyreadline = [] python-dateutil = [] pytz = [] pywavelets = [] pyyaml = [] pyzmq = [] requests = [] scikit-image = [] scipy = [] seaborn = [] six = [] sqlalchemy = [] svgpathtools = [] svgwrite = [ {file = "svgwrite-1.4.1-py3-none-any.whl", hash = "sha256:4b21652a1d9c543a6bf4f9f2a54146b214519b7540ca60cb99968ad09ef631d0"}, {file = "svgwrite-1.4.1.zip", hash = "sha256:e220a4bf189e7e214a55e8a11421d152b5b6fb1dd660c86a8b6b61fe8cc2ac48"}, ] tifffile = [] torch = [] torch-tools = [] torchfile = [] torchvision = [] tornado = [] tqdm = [] typing-extensions = [] urllib3 = [] visdom = [] websocket-client = []