Skip to content

Commit

Permalink
pin transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Sep 28, 2021
1 parent 0b89459 commit 6a9987a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies:
- protobuf
- nvtx>=0.2.1
- cachetools
- transformers
- transformers<=4.10.3
- pydata-sphinx-theme
- pip:
- git+https://github.com/dask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies:
- protobuf
- nvtx>=0.2.1
- cachetools
- transformers
- transformers<=4.10.3
- pydata-sphinx-theme
- pip:
- git+https://github.com/dask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/requirements/cuda-11.0/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ sphinx
sphinx-copybutton
sphinx-markdown-tables
sphinxcontrib-websupport
transformers
transformers<=4.10.3
typing_extensions
wheel
2 changes: 1 addition & 1 deletion python/cudf/requirements/cuda-11.2/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ sphinx
sphinx-copybutton
sphinx-markdown-tables
sphinxcontrib-websupport
transformers
transformers<=4.10.3
typing_extensions
wheel
2 changes: 1 addition & 1 deletion python/cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"hypothesis" "mimesis",
"pyorc",
"msgpack",
"transformers",
"transformers<=4.10.3",
]
}

Expand Down

0 comments on commit 6a9987a

Please sign in to comment.