From 1d8f439f916bc7a9913ff55cba4ff52ae9926e86 Mon Sep 17 00:00:00 2001 From: Jason Munro Date: Tue, 8 Mar 2022 10:26:10 -0800 Subject: [PATCH 1/3] Bump pymatgen to speed up entry serialization --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5962ae2..03a7a355 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ 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 diff --git a/setup.py b/setup.py index 6b9c5f52..e8bf6c11 100644 --- a/setup.py +++ b/setup.py @@ -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", From 0480dc1f676e5bfb99c5719df17c913c3d57bb91 Mon Sep 17 00:00:00 2001 From: Jason Munro Date: Tue, 8 Mar 2022 10:40:28 -0800 Subject: [PATCH 2/3] Bump mpcontribs --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03a7a355..5974bbd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ 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 From d4a88740d49b88039aeca389992f28772f983201 Mon Sep 17 00:00:00 2001 From: Jason Munro Date: Tue, 8 Mar 2022 11:36:02 -0800 Subject: [PATCH 3/3] Remove windows tests temporarily --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1e66140e..858cfdbd 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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 }}