Skip to content

Commit

Permalink
huggingface: release 0.1 (#26463)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 13, 2024
1 parent f7ae12f commit 125c989
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
25 changes: 14 additions & 11 deletions libs/partners/huggingface/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/partners/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-huggingface"
version = "0.1.0.dev1"
version = "0.1.0"
description = "An integration package connecting Hugging Face and LangChain"
authors = []
readme = "README.md"
Expand All @@ -20,7 +20,7 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true }
langchain-core = ">=0.3.0,<0.4"
tokenizers = ">=0.19.1"
transformers = ">=4.39.0"
sentence-transformers = ">=2.6.0"
Expand Down

0 comments on commit 125c989

Please sign in to comment.