Skip to content

Commit

Permalink
Remove conda managed c-compiler and add patchelf
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Oct 25, 2023
1 parent b393dcd commit aec7a5c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions continuous_integration/environment-3.10-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
- nodefaults
dependencies:
- c-compiler
# - c-compiler
- dask>=2022.3.0
- fastapi>=0.92.0
- fugue>=0.7.3
- httpx>=0.24.1
- intake>=0.6.0
- jsonschema
- lightgbm
- maturin>=1.1,<1.2
- maturin>=1.3.1
# FIXME: mlflow 2.6.0 has import issues related to pydantic
# https://github.com/mlflow/mlflow/issues/9331
- mlflow<2.6
Expand All @@ -36,3 +36,4 @@ dependencies:
- tzlocal>=2.1
- uvicorn>=0.13.4
- zlib
- patchelf
5 changes: 3 additions & 2 deletions continuous_integration/environment-3.8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
- nodefaults
dependencies:
- c-compiler
# - c-compiler
- dask=2022.3.0
- fastapi=0.92.0
- fugue=0.7.3
- httpx=0.24.1
- intake=0.6.0
- jsonschema
- lightgbm
- maturin=1.1
- maturin>=1.3.1
# FIXME: mlflow 2.6.0 has import issues related to pydantic
# https://github.com/mlflow/mlflow/issues/9331
- mlflow<2.6
Expand All @@ -36,3 +36,4 @@ dependencies:
- tzlocal=2.1
- uvicorn=0.13.4
- zlib
- patchelf
5 changes: 3 additions & 2 deletions continuous_integration/environment-3.9-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
- nodefaults
dependencies:
- c-compiler
# - c-compiler
- dask>=2022.3.0
- fastapi>=0.92.0
- fugue>=0.7.3
- httpx>=0.24.1
- intake>=0.6.0
- jsonschema
- lightgbm
- maturin>=1.1,<1.2
- maturin>=1.3.1
# FIXME: mlflow 2.6.0 has import issues related to pydantic
# https://github.com/mlflow/mlflow/issues/9331
- mlflow<2.6
Expand All @@ -36,3 +36,4 @@ dependencies:
- tzlocal>=2.1
- uvicorn>=0.13.4
- zlib
- patchelf
5 changes: 3 additions & 2 deletions continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- nvidia
- nodefaults
dependencies:
- c-compiler
# - c-compiler
- zlib
- dask>=2022.3.0
- fastapi>=0.92.0
Expand All @@ -15,7 +15,7 @@ dependencies:
- intake>=0.6.0
- jsonschema
- lightgbm
- maturin>=1.1,<1.2
- maturin>=1.3.1
# FIXME: mlflow 2.6.0 has import issues related to pydantic
# https://github.com/mlflow/mlflow/issues/9331
- mlflow<2.6
Expand Down Expand Up @@ -49,6 +49,7 @@ dependencies:
- ucx-py=0.35
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
- patchelf
# TODO: unpin after RAPIDS 23.12 release
# - pip
# - pip:
Expand Down
5 changes: 3 additions & 2 deletions continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- nvidia
- nodefaults
dependencies:
- c-compiler
# - c-compiler
- zlib
- dask>=2022.3.0
- fastapi>=0.92.0
Expand All @@ -15,7 +15,7 @@ dependencies:
- intake>=0.6.0
- jsonschema
- lightgbm
- maturin>=1.1,<1.2
- maturin>=1.3.1
# FIXME: mlflow 2.6.0 has import issues related to pydantic
# https://github.com/mlflow/mlflow/issues/9331
- mlflow<2.6
Expand Down Expand Up @@ -49,6 +49,7 @@ dependencies:
- ucx-py=0.35
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
- patchelf
# TODO: unpin after RAPIDS 23.12 release
# - pip
# - pip:
Expand Down

0 comments on commit aec7a5c

Please sign in to comment.