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/pyproject.toml b/pyproject.toml index fd513c96..79f51022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,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",