Skip to content

Commit b45e641

Browse files
committed
.
1 parent 579e773 commit b45e641

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

scripts/populate_tox/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ be expressed like so:
156156

157157
### `variants`
158158

159-
Sometimes we want to test a single integration against two different sets of
159+
You might want to test a single integration against two different sets of
160160
dependencies. For example, `langchain` should be tested both with and without
161161
`tiktoken`. In that case:
162162

@@ -175,8 +175,9 @@ dependencies. For example, `langchain` should be tested both with and without
175175
}
176176
```
177177

178-
This will result in both `langchain` and `langchain-notiktoken` being run under
179-
the Langchain CI workflow.
178+
Both `langchain` and `langchain-notiktoken` will be run as part of the Langchain
179+
CI workflow.
180+
180181

181182
## How-Tos
182183

scripts/populate_tox/config.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,6 @@
126126
"huggingface_hub": {
127127
"package": "huggingface_hub",
128128
},
129-
# Langchain
130-
# langchain-v0.1: openai~=1.0.0
131-
# langchain-v0.1: langchain~=0.1.11
132-
# langchain-v0.1: tiktoken~=0.6.0
133-
# langchain-v0.1: httpx<0.28.0
134-
# langchain-v0.3: langchain~=0.3.0
135-
# langchain-v0.3: langchain-community
136-
# langchain-v0.3: tiktoken
137-
# langchain-v0.3: openai
138-
# langchain-{latest,notiktoken}: langchain
139-
# langchain-{latest,notiktoken}: langchain-openai
140-
# langchain-{latest,notiktoken}: openai>=1.6.1
141-
# langchain-latest: tiktoken~=0.6.0
142129
"langchain": {
143130
"package": "langchain",
144131
"deps": {

0 commit comments

Comments
 (0)