From c57c7b1f5eb20eda53393cd4524cdd476b20d279 Mon Sep 17 00:00:00 2001 From: Chris Ling Date: Thu, 4 May 2023 18:19:26 -0700 Subject: [PATCH] Updating sbrscrape to fix fanduel odds source and adding tensorflow (#203) * Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35528f1fa..3a3003dfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ numpy==1.24.2 scikit-learn==1.2.1 keras==2.11.0 xgboost==1.7.4 -sbrscrape==0.0.6 +sbrscrape==0.0.8 Flask==2.2.3 openpyxl==3.1.1