Skip to content

Commit

Permalink
Omit version of output packages in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed Jan 30, 2020
1 parent 6c3572a commit d4a5d60
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion ml4chem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


__all__ = ["Potentials"]
__version__ = "0.0.7-dev"
__version__ = "0.0.7"
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d4a5d60

Please sign in to comment.