Skip to content

Commit

Permalink
change version (huggingface#29097)
Browse files Browse the repository at this point in the history
* change version

* nuke

* this doesn't make sense

* update some requirements.py

* revert + no main

* nits

* change cache number

* more pin

* revert

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
  • Loading branch information
2 people authored and zucchini-nlp committed Feb 19, 2024
1 parent eb4c96d commit d7eefcf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class CircleCIJob:
name: str
additional_env: Dict[str, Any] = None
cache_name: str = None
cache_version: str = "0.8"
cache_version: str = "0.8.2"
docker_image: List[Dict[str, str]] = None
install_steps: List[str] = None
marker: Optional[str] = None
Expand Down
2 changes: 1 addition & 1 deletion examples/flax/_tests_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
datasets >= 1.1.3
pytest
pytest<8.0.1
conllu
nltk
rouge-score
Expand Down
2 changes: 1 addition & 1 deletion examples/legacy/pytorch-lightning/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nltk
pandas
datasets >= 1.1.3
fire
pytest
pytest<8.0.1
conllu
sentencepiece != 0.1.92
protobuf
Expand Down
2 changes: 1 addition & 1 deletion examples/legacy/seq2seq/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nltk
pandas
datasets >= 1.1.3
fire
pytest
pytest<8.0.1
conllu
sentencepiece != 0.1.92
protobuf
2 changes: 1 addition & 1 deletion examples/pytorch/_tests_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nltk
pandas
datasets >= 1.13.3
fire
pytest
pytest<8.0.1
conllu
sentencepiece != 0.1.92
protobuf
Expand Down
2 changes: 1 addition & 1 deletion examples/tensorflow/_tests_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nltk
pandas
datasets >= 1.13.3
fire
pytest
pytest<8.0.1
conllu
sentencepiece != 0.1.92
protobuf
Expand Down

0 comments on commit d7eefcf

Please sign in to comment.