-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update versions in Rust and Python deps
- Loading branch information
1 parent
e4c8c00
commit 244ff47
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" } | ||
] | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.2.2" | ||
__version__ = "0.2.3" |
Binary file not shown.