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 Python and RAPIDS versions #16

Merged
merged 11 commits into from
Apr 2, 2024
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Programming Language :: Python :: 3",
],
packages=find_packages(),
python_requires=">=3.7",
python_requires=">=3.10, <3.11",
install_requires=[
"dask[complete]>=2021.7.1",
"distributed>=2021.7.1",
Expand All @@ -55,10 +55,10 @@
"comment_parser",
"beautifulsoup4",
"mwparserfromhell @ git+https://github.com/earwig/mwparserfromhell.git@0f89f44",
"cudf-cu12==23.10.*",
"dask-cudf-cu12==23.10.*",
"cugraph-cu12==23.10.*",
"dask-cuda==23.10.*",
"cudf-cu12>=24.2",
"dask-cudf-cu12>=24.2",
"cugraph-cu12>=24.2",
"dask-cuda>=24.2",
"spacy>=3.6.0, <4.0.0",
"presidio-analyzer==2.2.351",
"presidio-anonymizer==2.2.351",
Expand Down
Loading