From c66850a55a9705f02c152c4c8d5be764dc4510c0 Mon Sep 17 00:00:00 2001 From: Edwin Lee Date: Fri, 7 Jun 2024 15:31:41 -0500 Subject: [PATCH] Fix dependencies, bump version --- .github/workflows/release.yml | 4 ++++ energyplus_regressions/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 843a37f..eae135c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,10 @@ jobs: shell: bash run: pip install -r requirements.txt + - name: Install setuptools also + shell: bash + run: pip install setuptools + - name: Build the Wheel shell: bash run: rm -rf dist/ build/ && python3 setup.py bdist_wheel sdist diff --git a/energyplus_regressions/__init__.py b/energyplus_regressions/__init__.py index dd597e9..51dc844 100644 --- a/energyplus_regressions/__init__.py +++ b/energyplus_regressions/__init__.py @@ -1,2 +1,2 @@ NAME = 'energyplus_regressions' -VERSION = '2.0.4' +VERSION = '2.0.5' diff --git a/requirements.txt b/requirements.txt index e017cd0..86b2713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,4 +21,4 @@ docutils # pinning this because it breaks at 0.18 wheel # for polishing up the Pip install -PLAN-Tools==0.5 +PLAN-Tools>=0.5