Skip to content

Commit

Permalink
Pin Rapids to 24.8 for 0.5.0 Release (#273)
Browse files Browse the repository at this point in the history
* pin to 24.8

Signed-off-by: Praateek Mahajan <praateekm@gmail.com>

* remove nemo_toolkit

Signed-off-by: Praateek Mahajan <praateekm@gmail.com>

* restrict spacy

Signed-off-by: Praateek Mahajan <praateekm@gmail.com>

* unrestrict spacy

Signed-off-by: Praateek Mahajan <praateekm@gmail.com>

* restrict spacy + numpy

Signed-off-by: Praateek Mahajan <praateekm@gmail.com>

---------

Signed-off-by: Praateek Mahajan <praateekm@gmail.com>
  • Loading branch information
praateekmahajan authored Oct 2, 2024
1 parent 30b0b3d commit 1dddfed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ presidio-analyzer==2.2.351
presidio-anonymizer==2.2.351
pycld2
resiliparse
spacy>=3.6.0, <4.0.0
spacy>=3.6.0, <3.8.0
unidic-lite==1.0.8
usaddress==0.5.10
warcio==1.7.4
Expand Down
12 changes: 6 additions & 6 deletions requirements/requirements_cuda12x.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cudf-cu12>=24.8
cugraph-cu12>=24.8
cuml-cu12>=24.8
dask-cuda>=24.8
dask-cudf-cu12>=24.8
spacy[cuda12x]>=3.6.0, <4.0.0
cudf-cu12==24.8
cugraph-cu12==24.8
cuml-cu12==24.8
dask-cuda==24.8
dask-cudf-cu12==24.8
spacy[cuda12x]>=3.6.0, <3.8.0
2 changes: 1 addition & 1 deletion requirements/requirements_rapids_nightly.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ cugraph-cu12>=24.10.0a0,<=24.10
cuml-cu12>=24.10.0a0,<=24.10
dask-cuda>=24.10.0a0,<=24.10
dask-cudf-cu12>=24.10.0a0,<=24.10
spacy[cuda12x]>=3.6.0, <4.0.0
spacy[cuda12x]>=3.6.0, <3.8.0

0 comments on commit 1dddfed

Please sign in to comment.