Skip to content

Commit

Permalink
Merge pull request #1219 from matthewfeickert/build/remove-servicex-e…
Browse files Browse the repository at this point in the history
…xtra

build: Remove 'servicex' extra
  • Loading branch information
lgray authored Nov 20, 2024
2 parents 5570ef2 + 9ad2865 commit acb3e12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Set python test settings
run: |
echo "INSTALL_EXTRAS='[dev,parsl,dask,servicex]'" >> $GITHUB_ENV
echo "INSTALL_EXTRAS='[dev,parsl,dask]'" >> $GITHUB_ENV
- name: Install uv
run: python -m pip install --upgrade uv
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ spark = [
parsl = [
"parsl>=2022.12.1"
]
servicex = [
"aiostream",
"tenacity",
"servicex>=2.5.3",
"func-adl_servicex",
]
rucio = [
"rucio-clients>=32;python_version>'3.8'",
"rucio-clients<32;python_version<'3.9'",
Expand Down

0 comments on commit acb3e12

Please sign in to comment.