mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-03-16 03:11:46 +01:00
Add tiktoken dependency to pyproject.toml and uv.lock
- Updated pyproject.toml to include "tiktoken>=0.12.0" in dependencies. - Modified uv.lock to reflect the addition of tiktoken in both dependencies and requires-dist sections.
This commit is contained in:
2125
M2/Natural Language Process/TP2 tokenization.ipynb
Normal file
2125
M2/Natural Language Process/TP2 tokenization.ipynb
Normal file
File diff suppressed because one or more lines are too long
@@ -49,6 +49,7 @@ dependencies = [
|
||||
"statsmodels>=0.14.6",
|
||||
"tensorflow>=2.20.0",
|
||||
"tf-keras>=2.20.1",
|
||||
"tiktoken>=0.12.0",
|
||||
"todoist-python>=8.1.4",
|
||||
"umap-learn>=0.5.11",
|
||||
"wbdata>=1.1.0",
|
||||
|
||||
2
uv.lock
generated
2
uv.lock
generated
@@ -4742,6 +4742,7 @@ dependencies = [
|
||||
{ name = "statsmodels" },
|
||||
{ name = "tensorflow" },
|
||||
{ name = "tf-keras" },
|
||||
{ name = "tiktoken" },
|
||||
{ name = "todoist-python" },
|
||||
{ name = "umap-learn" },
|
||||
{ name = "wbdata" },
|
||||
@@ -4801,6 +4802,7 @@ requires-dist = [
|
||||
{ name = "statsmodels", specifier = ">=0.14.6" },
|
||||
{ name = "tensorflow", specifier = ">=2.20.0" },
|
||||
{ name = "tf-keras", specifier = ">=2.20.1" },
|
||||
{ name = "tiktoken", specifier = ">=0.12.0" },
|
||||
{ name = "todoist-python", specifier = ">=8.1.4" },
|
||||
{ name = "umap-learn", specifier = ">=0.5.11" },
|
||||
{ name = "wbdata", specifier = ">=1.1.0" },
|
||||
|
||||
Reference in New Issue
Block a user