Skip to content

Commit

Permalink
Merge branch 'master' into update_mp
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobcst authored Dec 8, 2022
2 parents 6e46f80 + d281d1f commit e88bbb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
pytest:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
fail-fast: false
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ optuna==2.4.0
pytest>=6.2.1
PeakUtils==1.3.3
mongomock~=4.0
optimade==0.16
optimade==0.16.0
mp-api
# pymatgen==2020.1.28
streamlit
streamlit-aggrid
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install_requires =
pymongo<4
optuna==2.4.0
PeakUtils==1.3.3
optimade==0.16
optimade==0.16.0
mp-api

zip_safe = False
Expand Down
2 changes: 1 addition & 1 deletion tests/test_optimade.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"nsites": "<=4"
}
cod_option = {
"_cod_volume": "<10000"
"_cod_volume": "<10001"
}
COD_URL = "https://www.crystallography.net/cod/optimade/v1"
OQMD_URL = "https://oqmd.org/optimade/v1"
Expand Down

0 comments on commit e88bbb0

Please sign in to comment.