Skip to content

Commit

Permalink
update avidtools to remove typing reference
Browse files Browse the repository at this point in the history
* Update to latest released version of [avidtools](https://github.com/avidml/avidtools)

This removes the explicit install requirement for `typing` that is now included as a
default distributed package with python 3.5+

Signed-off-by: Jeffrey Martin <[email protected]>
  • Loading branch information
jmartin-tech committed Apr 29, 2024
1 parent d8bb303 commit 8078047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
"jinja2>=3.1.2",
"nltk>=3.8.1",
"accelerate>=0.23.0",
"avidtools==0.1.1.2",
"avidtools==0.1.2",
"stdlibs>=2022.10.9",
"langchain>=0.0.300",
"nemollm>=0.3.0",
Expand All @@ -59,7 +59,6 @@ dependencies = [
"deepl==1.17.0",
"fschat>=0.2.36",
"litellm>=1.33.8",
"typing>=3.7,<3.8; python_version<'3.5'",
]

[project.optional-dependencies]
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rapidfuzz>=3.0.0
jinja2>=3.1.2
nltk>=3.8.1
accelerate>=0.23.0
avidtools==0.1.1.2
avidtools==0.1.2
stdlibs>=2022.10.9
langchain>=0.0.300
nemollm>=0.3.0
Expand All @@ -27,7 +27,6 @@ ecoji>=0.1.0
deepl==1.17.0
fschat>=0.2.36
litellm>=1.33.8
typing>=3.7,<3.8; python_version<'3.5'
# tests
pytest>=8.0
requests-mock==1.12.1
Expand Down

0 comments on commit 8078047

Please sign in to comment.