Skip to content

Commit

Permalink
Bump pymatgen (#550)
Browse files Browse the repository at this point in the history
* Bump pymatgen to speed up entry serialization

* Bump mpcontribs

* Remove windows tests temporarily
  • Loading branch information
munrojm committed Mar 8, 2022
1 parent d5e0a47 commit 9a9ce39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9]

runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pydantic>=1.8.2
pymatgen>=2022.0.16
pymatgen>=2022.3.7
typing-extensions==4.0.1
maggma==0.40.0
requests==2.27.1
monty==2022.1.19
emmet-core==0.21.19
mpcontribs-client>=4.2.7
mpcontribs-client>=4.2.9

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
zip_safe=False,
install_requires=[
"setuptools",
"pymatgen>=2022.0.16",
"pymatgen>=2022.3.7",
"typing-extensions>=3.7.4.1",
"requests>=2.23.0",
"monty>=2021.8.17",
Expand Down

0 comments on commit 9a9ce39

Please sign in to comment.