Skip to content

Commit

Permalink
Pin setfit version in notebook (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Schröder <chschroeder@users.noreply.github.com>
  • Loading branch information
chschroeder committed Jun 28, 2024
1 parent c78459e commit 8920e38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/notebooks/03-active-learning-with-setfit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"source": [
"%pip install small-text[transformers]==1.4.0\n",
"\n",
"# setfit is an optional dependency and must be installed as well\n",
"%pip install setfit>=0.5.0\n",
"# setfit is used as an optional dependency here\n",
"%pip install setfit==0.7.0 # Currently requires setfit<1.0.0; see installation guide for details.\n",
"%pip install datasets\n",
"%pip install matplotlib\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/04-zero-shot-cold-start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"%pip install small-text[transformers]==1.4.0\n",
"\n",
"# setfit is an optional dependency and must be installed as well\n",
"%pip install setfit==0.7.0\n",
"%pip install setfit==0.7.0 # Currently requires setfit<1.0.0; see installation guide for details.\n",
"%pip install datasets\n",
"%pip install matplotlib\n",
"\n",
Expand Down

0 comments on commit 8920e38

Please # to comment.