Skip to content

Commit

Permalink
drop explicit awkward dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-held committed Jul 5, 2023
1 parent d3e80fd commit 9179f29
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/dependencies-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,6 @@ jobs:
run: |
python -m pytest -r sx
awkward:

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.11']

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --ignore-installed --upgrade -q --no-cache-dir -e .[test]
python -m pip uninstall --yes awkward
python -m pip install --upgrade --no-cache-dir git+https://github.com/scikit-hep/awkward-1.0.git
python -m pip list
- name: Test with pytest
run: |
python -m pytest -r sx
uproot:

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ python_version = "3.9"
[[tool.mypy.overrides]]
module = [
"uproot",
"awkward",
"awkward._v2",
"pyhf",
"matplotlib.*",
"iminuit",
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ python_requires = >=3.8
install_requires =
pyhf[minuit]~=0.7.0 # model.config.suggested_fixed / .par_names API changes, set_poi(None)
boost_histogram>=1.0.0 # subclassing with family, 1.02 for stdev scaling fix (currently not needed)
awkward>=1.8 # _v2 API in submodule
tabulate>=0.8.1 # multiline text
matplotlib>=3.5.0 # layout kwarg for subplots
# below are direct dependencies of cabinetry, which are also included via pyhf[iminuit]
Expand Down

0 comments on commit 9179f29

Please # to comment.