From 98aa2e6ec85c05a28c59d13d0d325013ea9b9cb5 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Sun, 23 Jun 2024 23:37:43 -0400 Subject: [PATCH] Added Json diff --- .github/workflows/python-run-pytest.yml | 2 +- README.md | 2 ++ requirements.txt | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-run-pytest.yml b/.github/workflows/python-run-pytest.yml index 81f93fc..35f518c 100644 --- a/.github/workflows/python-run-pytest.yml +++ b/.github/workflows/python-run-pytest.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 4438cd7..b4f7cfc 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ In the `output` folder, histograms per shortest pair distance from each atom wil ![Histograms for label pair](https://s9.gifyu.com/images/SViMv.png) + + ### Output 3. Excel and JSON ```json diff --git a/requirements.txt b/requirements.txt index f2bef5c..078163e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ pandas==2.2.1 scipy==1.12.0 sympy==1.12 cifkit==0.22 -pyvista==0.43.9 \ No newline at end of file +pyvista==0.43.9 +jsondiff==2.0.0 \ No newline at end of file