Skip to content

Commit

Permalink
update versions in Rust and Python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiscode committed Dec 5, 2023
1 parent e4c8c00 commit 244ff47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
publish = false
name = "text-utils-rs"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[lib]
Expand All @@ -14,7 +14,7 @@ env_logger = "0.10"
rayon = "1.6"
indicatif = { version = "0.17", features = ["rayon"] }
pyo3 = { version = "0.20", features = ["anyhow", "extension-module", "abi3-py38", "auto-initialize", "macros"] }
itertools = "0.11"
itertools = "0.12"
rand = "0.8"
rand_distr = "0.4"
rand_chacha = "0.3"
Expand All @@ -30,7 +30,7 @@ num_cpus = "1.14"
bitvec = "1"
numpy = "0.20"
clap = { version = "4", features = ["derive"] }
tokenizers = "0.14"
tokenizers = "0.15"

[dev-dependencies]
criterion = "0.5"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "dtpu"
description = "Utilities for text processing tasks with Deep NLP"
version = "0.2.2"
version = "0.2.3"
authors = [
{ name = "Sebastian Walter", email = "[email protected]" }
]
Expand All @@ -23,7 +23,7 @@ classifiers = [
dependencies = [
"torch>=2.0",
"einops>=0.6.0",
"numpy>=1.19.0,<1.23.0",
"numpy>=1.21.0",
"peft>=0.5.0",
"pyyaml>=6.0",
"tqdm>=4.60.0",
Expand Down
2 changes: 1 addition & 1 deletion python/text_utils/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"
Binary file modified resources/test/multi30k.bpe.merges
Binary file not shown.

0 comments on commit 244ff47

Please sign in to comment.