Skip to content

Commit

Permalink
Set version to 2.0.0 (#373)
Browse files Browse the repository at this point in the history
Also update the `curated-tokenizers` dependency to 2.0.0.
  • Loading branch information
danieldk authored Apr 15, 2024
1 parent e74b860 commit c96e565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
catalogue>=2.0.4,<2.1.0
curated-tokenizers>=2.0.0.dev0,<3.0.0
curated-tokenizers>=2.0.0,<3.0.0
huggingface-hub>=0.14
tokenizers>=0.13.3
torch>=1.12.0
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 2.0.0.dev3
version = 2.0.0
description = A PyTorch library of transformer models and components
url = https://github.com/explosion/curated-transformers
author = Explosion
Expand All @@ -15,7 +15,7 @@ include_package_data = true
python_requires = >=3.9
install_requires =
catalogue>=2.0.4,<2.1.0
curated-tokenizers>=2.0.0.dev0,<3.0.0
curated-tokenizers>=2.0.0,<3.0.0
huggingface-hub>=0.14
tokenizers>=0.13.3
torch>=1.12.0
Expand Down

0 comments on commit c96e565

Please sign in to comment.