Skip to content

Commit

Permalink
build: Remove 'servicex' extra
Browse files Browse the repository at this point in the history
* In discussion on 2024-11-20 it was decided that the servicex extra is very
  out of date, and no longer actively used.
  • Loading branch information
matthewfeickert committed Nov 20, 2024
1 parent 5570ef2 commit 9ad2865
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 9ad2865

Please sign in to comment.