Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading