Skip to content

Commit

Permalink
Set version to 2.0.0.dev3, update curated-tokenizers dep to 2.0.0.dev0 (
Browse files Browse the repository at this point in the history
#372)

* Update curated-tokenizers dependency to 2.0.0.dev0

* Set version to 2.0.0.dev3

* Set minimum version of Python to 3.9
  • Loading branch information
danieldk authored Apr 12, 2024
1 parent cc01a60 commit e74b860
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install isort -c requirements.txt
python -m isort curated_transformers examples --check
- name: flake8
run: |
python -m pip install flake8==5.0.4
Expand All @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.11"]
python-version: ["3.9", "3.11"]
steps:
- uses: actions/checkout@v1
with:
Expand Down
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>=0.9.1,<1.0.0
curated-tokenizers>=2.0.0.dev0,<3.0.0
huggingface-hub>=0.14
tokenizers>=0.13.3
torch>=1.12.0
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 2.0.0.dev2
version = 2.0.0.dev3
description = A PyTorch library of transformer models and components
url = https://github.com/explosion/curated-transformers
author = Explosion
Expand All @@ -12,10 +12,10 @@ long_description_content_type = text/markdown
[options]
zip_safe = true
include_package_data = true
python_requires = >=3.8
python_requires = >=3.9
install_requires =
catalogue>=2.0.4,<2.1.0
curated-tokenizers>=0.9.1,<1.0.0
curated-tokenizers>=2.0.0.dev0,<3.0.0
huggingface-hub>=0.14
tokenizers>=0.13.3
torch>=1.12.0
Expand Down

0 comments on commit e74b860

Please sign in to comment.