Skip to content

Commit

Permalink
Update requirements for VizroAI charts UI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Nov 5, 2024
1 parent c7fbde2 commit 6ba2ac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/pycafe/create_pycafe_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,11 @@ def post_comment(urls: dict[str, str]):
"black",
"openpyxl",
"langchain_anthropic",
"#langchain_mistralai",
"langchain_mistralai",
"greenlet # mock",
"tiktoken @ https://py.cafe/files/maartenbreddels/tiktoken-demo/tiktoken-0.7.0-cp312-cp312-pyodide_2024_0_wasm32.whl",
"https://py.cafe/files/maartenbreddels/jiter-demo/jiter-0.6.1-cp312-cp312-pyodide_2024_0_wasm32.whl",
"https://py.cafe/files/maartenbreddels/tokenizers-demo/tokenizers-0.20.2.dev0-cp312-cp312-pyodide_2024_0_wasm32.whl",
],
}
urls = {
Expand Down

0 comments on commit 6ba2ac4

Please sign in to comment.