Metadata-Version: 2.1
Name: dials-dependencies
Version: 0.8.0
Summary: DIALS Dependencies
Home-page: https://github.com/dials/dials-dependencies
Author: DIALS
Author-email: dials-support@lists.sourceforge.net
License: BSD license
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Requires-Dist: Jinja2
Requires-Dist: mock (>=3.0.5)
Requires-Dist: msgpack
Requires-Dist: orderedset
Requires-Dist: procrunner (>=1.0.2)
Requires-Dist: pytest (<5.0,>=4.5)
Requires-Dist: pytest-mock
Requires-Dist: pytest-xdist (>=1.28.0)
Requires-Dist: scikit-learn[alldeps] (<0.21)
Requires-Dist: scipy
Requires-Dist: six
Requires-Dist: tqdm (==4.23.4)

==================
DIALS Dependencies
==================

.. image:: https://img.shields.io/pypi/v/dials-dependencies.svg
        :target: https://pypi.python.org/pypi/dials-dependencies
        :alt: PyPI release

.. image:: https://img.shields.io/conda/vn/conda-forge/dials-dependencies.svg
        :target: https://anaconda.org/conda-forge/dials-dependencies
        :alt: Conda release

.. image:: https://img.shields.io/pypi/l/dials-dependencies.svg
        :target: https://pypi.python.org/pypi/dials-dependencies
        :alt: BSD license

.. image:: https://img.shields.io/pypi/pyversions/dials-dependencies.svg
        :target: https://pypi.org/project/dials-dependencies
        :alt: Supported Python versions

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/ambv/black
        :alt: Code style: black

A meta-package describing DIALS_ dependencies.

To make a release run::

     libtbx.bumpversion minor

     python setup.py sdist bdist_wheel upload

.. _DIALS: https://dials.github.io


