Skip to content

Commit

Permalink
Tweak README (#154)
Browse files Browse the repository at this point in the history
* Tweak README

* Add upper pin to emmet-core

* Also pin pydantic
  • Loading branch information
ml-evs authored Jul 11, 2023
1 parent b4e38de commit 75f4712
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<div align="center">
<img src="img/modnet_logo.svg" alt="modnet-logo" width=200>
<br>

# MODNet: Material Optimal Descriptor Network

[![arXiv](https://img.shields.io/badge/arXiv-2004.14766-brightgreen)](https://arxiv.org/abs/2004.14766) [![Build Status](https://img.shields.io/github/actions/workflow/status/ppdebreuck/modnet/ci.yml?logo=github&branch=main)](https://github.com/ppdebreuck/modnet/actions?query=branch%3Amaster+) [![Read the Docs](https://img.shields.io/readthedocs/modnet)](https://modnet.readthedocs.io/en/latest/)

<p align="center">
<img src="img/modnet_logo.svg" alt="modnet-logo" width=200>
<br>
</p>
</div>

<a name="introduction"></a>
## Introduction
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pymatgen==2023.1.30
matminer==0.8.0
numpy>=1.20
scikit-learn==1.2.0
emmet-core<0.57 # Can remove after https://github.com/materialsproject/api/issues/819
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"matminer~=0.8",
"numpy>=1.20",
"scikit-learn~=1.1",
"emmet-core<0.57", # Can remove after https://github.com/materialsproject/api/issues/819
"pydantic~=1.10",
],
tests_require=tests_require,
test_suite="modnet.tests",
Expand Down

0 comments on commit 75f4712

Please sign in to comment.