Skip to content

Commit 8f1ae7b

Browse files
committed
remove scipy
1 parent b697d42 commit 8f1ae7b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

nba-proxy/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
reflex>=0.8.0
2-
pandas
3-
plotly
4-
statsmodels
5-
scipy<1.16.0
2+
pandas==3.0.1
3+
plotly==6.6.0
4+
statsmodels==0.14.6
5+
scipy==1.17.1

nba/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ reflex>=0.8.0
22
pandas==3.0.1
33
plotly==6.6.0
44
statsmodels==0.14.6
5-
scipy<1.16.0
5+
scipy==1.17.1

0 commit comments

Comments
 (0)