Skip to content

Commit

Permalink
Fix failing examples (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
thundergolfer authored Oct 26, 2023
1 parent 8f6cd0f commit 8a473b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 03_scaling_out/fetch_stock_prices.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"example-fetch-stock-prices",
image=modal.Image.debian_slim().pip_install(
"httpx~=0.24.0",
"yfinance~=0.2.18",
"yfinance~=0.2.31",
"beautifulsoup4~=4.12.2",
"matplotlib~=3.7.1",
),
Expand Down
3 changes: 3 additions & 0 deletions 07_web_endpoints/basic_web.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ---
# cmd: ["modal", "serve", "07_web_endpoints/basic_web.py"]
# ---
import modal
from modal import web_endpoint

Expand Down

0 comments on commit 8a473b0

Please sign in to comment.