Skip to content

Commit

Permalink
Bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMoussalli committed Jan 16, 2024
1 parent d31a118 commit 61cc49e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fondant==0.9.dev2
fondant==0.9.0
notebook==7.0.6
weaviate-client==3.25.3
2 changes: 1 addition & 1 deletion src/components/aggregate_eval_results/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fondant[component]==0.9.dev2
fondant[component]==0.9.0
2 changes: 1 addition & 1 deletion src/components/text_cleaning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fondant[component]==0.9.dev2
fondant[component]==0.9.0
2 changes: 1 addition & 1 deletion src/pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
"outputs": [],
"source": [
"%%writefile components/text_cleaning/requirements.txt\n",
"fondant[component]==0.9.dev2"
"fondant[component]==0.9.0"
]
},
{
Expand Down

0 comments on commit 61cc49e

Please sign in to comment.