Skip to content

Commit

Permalink
fix: tokenizer bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shreysingla11 committed Dec 11, 2024
1 parent a2e7660 commit b35bf8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def scan_for_package_data(
"networkx",
"ruff",
"flake8",
"transformers",
"transformers>=4.46.3,<4.47",
]

all_requirements = (
Expand Down
5 changes: 0 additions & 5 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,11 @@ deps =
codecov==2.1.13
pytest-codecov==0.5.1
typing_extensions>=4.10.0
tree_sitter==0.21.3# codeanalysis
python-dotenv==1.0.1
; composio_langgraph==0.5.13
langgraph==0.2.16
langchain-aws==0.1.17
deeplake>3.9,<4 # codeanalysis
git+https://github.com/DataDog/jedi.git@92d0c807b0dcd115b1ffd0a4ed21e44db127c2fb#egg=jedi # codeanalysis
libcst # codeanalysis
sentence_transformers # codeanalysis
tree_sitter_languages # codeanalysis
PyJWT # deeplake/client/client.py:41
e2b>=0.17.2a37 # E2B Workspace
e2b-code-interpreter # E2B workspace
Expand Down

0 comments on commit b35bf8a

Please sign in to comment.