diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d0a8114d..20b0033a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,7 +87,7 @@ jobs: python3 -m pip install --upgrade pytest python3 -m pip install --user Cython python3 setup.py bdist_wheel - python3 -m pip install --user dist/decisionengine*.whl + python3 -m pip install --user dist/hepcloud_de*.whl - name: Install DE Modules dependencies (runtime) run: | diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index b82dfd09..1c303317 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -80,7 +80,7 @@ jobs: python3 -m pip install --user Cython python3 -m pip install --user numpy python3 setup.py bdist_wheel - python3 -m pip install --user dist/decisionengine*.whl + python3 -m pip install --user dist/hepcloud_de*.whl - name: Install DE Modules dependencies run: | @@ -166,7 +166,7 @@ jobs: python3 -m pip install --user Cython python3 -m pip install --user numpy python3 setup.py bdist_wheel - python3 -m pip install --user dist/decisionengine*.whl + python3 -m pip install --user dist/hepcloud_de*.whl - name: Install DE Modules dependencies run: | diff --git a/.reuse/dep5 b/.reuse/dep5 index f569949c..36d89dde 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -11,7 +11,7 @@ Source: https://github.com/HEPCloud/decisionengine_modules # SPDX-FileCopyrightText: 2017 Fermi Research Alliance, LLC # SPDX-License-Identifier: Apache-2.0 -Files: src/*.jsonnet src/*/readme src/*.conf src/*.fixture src/*.csv src/*/AWS/scratch src/*/gce_limits_factory_entries.test src/*/data/monitoring.json src/*/data/passwd src/*/data/expected_metric_values.json +Files: src/*.jsonnet src/*/readme src/*.conf src/*.fixture src/*.csv src/*/AWS/scratch src/*/gce_limits_factory_entries.test src/*/data/monitoring.json src/*/data/passwd src/*/data/expected_metric_values.json src/*/data/GceOccupancy.input.fixture.json Copyright: 2017 Fermi Research Alliance, LLC License: Apache-2.0 diff --git a/pyproject.toml b/pyproject.toml index da497947..e85c7d02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "gcs-oauth2-boto-plugin >= 2.7", "google-api-python-client >= 1.12.8", "google_auth >= 1.16.0", - "htcondor >= 9.0.0", + "htcondor >= 9.0.0, < 25.0.0", "numpy >= 1.19.5, < 2.0.0; python_version >= '3.7'", "pandas >= 1.5.3, < 2.0.0; python_version >= '3.7'", "pem",