From d4a5d601e6e59985325e121fca45cf83037ff692 Mon Sep 17 00:00:00 2001 From: Muammar El Khatib Date: Wed, 29 Jan 2020 21:03:47 -0800 Subject: [PATCH] Omit version of output packages in requirements.txt --- ml4chem/__init__.py | 2 +- requirements.txt | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ml4chem/__init__.py b/ml4chem/__init__.py index 6673d7f..51fbd92 100644 --- a/ml4chem/__init__.py +++ b/ml4chem/__init__.py @@ -2,4 +2,4 @@ __all__ = ["Potentials"] -__version__ = "0.0.7-dev" +__version__ = "0.0.7" diff --git a/requirements.txt b/requirements.txt index 7190783..4814d6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -numpy==1.16.5 -scipy==1.2.2 -msgpack_numpy==0.4.4.3 -plotly==4.2.1 -seaborn==0.9.0 -matplotlib==3.0.2 -pandas==0.25.2 -setuptools==41.4.0 -pytest==4.6.6 -pip==18.1 -torch==1.3.0 -joblib==0.14.0 -dask_ml==1.0.0 -ase==3.18.1 -msgpack_python==0.5.6 -scikit_learn==0.21.3 +joblib +seaborn +dask_ml +ase +scipy +torch +numpy +pip +pandas +plotly +pytest +msgpack_numpy +matplotlib +dscribe +msgpack_python +scikit_learn