Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump the pip group in /src/interface_py with 7 updates #883

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
12 changes: 6 additions & 6 deletions src/interface_py/requirements_buildonly.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
numpydoc==1.6.0
sphinx==5.3.0
sphinx_rtd_theme==0.5.2
Jinja2<3.1
pillow==9.5.0
wheel==0.33.4
Jinja2<3.2
pillow==10.3.0
wheel==0.38.1
cython==3.0.8
pandas==1.5.3
numpy==1.23.5
scipy==1.10.1
numba==0.57.1
psutil==5.9.7
llvmlite==0.40.1
future==0.16.0
future==0.18.3
tabulate==0.8.10
joblib>=1.1.1
# the same version as scikit-learn fork
scikit-learn==1.3.2
scikit-learn==1.5.0
dask-cuda==0.12.0
dask[dataframe]==2.11.0
distributed==2.11.0
distributed==2021.10.0
msgpack==0.6.2
10 changes: 5 additions & 5 deletions src/interface_py/requirements_runtime_demos_multi_gpu.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# for any jupyter demos
Cython==3.0.8
ipykernel==4.8.2
ipython==6.3.1
ipython==8.10.0
ipython_genutils==0.2.0
ipywidgets==6.0.0
jupyter==1.0.0
Expand All @@ -14,23 +14,23 @@ seaborn==0.8.1
feather-format==0.4.1
psutil==5.9.7
# for jupiter notebooks
pillow==9.5.0
pillow==10.3.0
#below for h2o4gpu
pandas==1.5.3
numpy==1.23.5
python-dateutil>=2.8.1
pytz>=2020.1
scipy==1.10.1
tabulate==0.8.10
future==0.16.0
future==0.18.3
joblib>=1.1.1
numba==0.57.1
llvmlite==0.40.1
# the same version as scikit-learn fork
scikit-learn==1.3.2
scikit-learn==1.5.0
#xgboost dask
dask-cuda==0.12.0
dask[dataframe]==2.11.0
distributed==2.11.0
distributed==2021.10.0
msgpack==0.6.2
# pyarrow==0.17.1
8 changes: 4 additions & 4 deletions src/interface_py/requirements_runtime_demos_single_gpu.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# for any jupyter demos
Cython==3.0.8
ipykernel==4.8.2
ipython==6.3.1
ipython==8.10.0
ipython_genutils==0.2.0
ipywidgets==6.0.0
jupyter==1.0.0
Expand All @@ -14,16 +14,16 @@ seaborn==0.8.1
feather-format==0.4.1
psutil==5.9.7
# for jupiter notebooks
pillow==9.5.0
pillow==10.3.0
#below for h2o4gpu
pandas==1.5.3
numpy==1.23.5
python-dateutil>=2.8.1
pytz>=2020.1
scipy==1.10.1
tabulate==0.8.10
future==0.16.0
future==0.18.3
joblib>=1.1.1
# pyarrow==0.17.1
# the same version as scikit-learn fork
scikit-learn==1.3.2
scikit-learn==1.5.0