Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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: 2 additions & 0 deletions conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies:
- numpydoc
- numpydoc<1.9
- nvidia-ml-py>=12
- onnxruntime
- packaging
- pre-commit
- pydata-sphinx-theme!=0.14.2
Expand All @@ -73,6 +74,7 @@ dependencies:
- scikit-learn>=1.5
- scipy>=1.13.0
- seaborn
- skl2onnx
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
Expand Down
2 changes: 2 additions & 0 deletions conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies:
- numpydoc
- numpydoc<1.9
- nvidia-ml-py>=12
- onnxruntime
- packaging
- pre-commit
- pydata-sphinx-theme!=0.14.2
Expand All @@ -73,6 +74,7 @@ dependencies:
- scikit-learn>=1.5
- scipy>=1.13.0
- seaborn
- skl2onnx
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
Expand Down
2 changes: 2 additions & 0 deletions conda/environments/all_cuda-131_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies:
- numpydoc
- numpydoc<1.9
- nvidia-ml-py>=12
- onnxruntime
- packaging
- pre-commit
- pydata-sphinx-theme!=0.14.2
Expand All @@ -73,6 +74,7 @@ dependencies:
- scikit-learn>=1.5
- scipy>=1.13.0
- seaborn
- skl2onnx
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
Expand Down
2 changes: 2 additions & 0 deletions conda/environments/all_cuda-131_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies:
- numpydoc
- numpydoc<1.9
- nvidia-ml-py>=12
- onnxruntime
- packaging
- pre-commit
- pydata-sphinx-theme!=0.14.2
Expand All @@ -73,6 +74,7 @@ dependencies:
- scikit-learn>=1.5
- scipy>=1.13.0
- seaborn
- skl2onnx
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
Expand Down
4 changes: 4 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,12 @@ dependencies:
- ipykernel
- nbsphinx
- numpydoc
- &onnxruntime onnxruntime
# https://github.com/pydata/pydata-sphinx-theme/issues/1539
- pydata-sphinx-theme!=0.14.2
- recommonmark
- *scikit_learn
- &skl2onnx skl2onnx
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
Expand Down Expand Up @@ -500,6 +502,8 @@ dependencies:
- numpydoc<1.9
# 'nvidia-ml-py' provides the 'pynvml' module
- nvidia-ml-py>=12
- *onnxruntime
- *skl2onnx
- pyyaml
- pytest<9.0
- pytest-benchmark
Expand Down
Loading
Loading