Skip to content

Commit

Permalink
Update requirements file to support Python 3.13. Fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
feaselkl committed Nov 8, 2024
1 parent 51704a7 commit fed76b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/ContosoSuitesDashboard/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pandas==2.2.2
numpy==2.1.0
scikit-learn==1.5.1
streamlit==1.37.1
streamlit-extras==0.4.7
pandas==2.2.3
numpy==2.1.3
scikit-learn==1.5.2
streamlit==1.40.0
streamlit-extras==0.5.0
streamlit_js_eval==0.1.7
openai==1.42.0
azure-cognitiveservices-speech==1.40.0
openai==1.54.3
azure-cognitiveservices-speech==1.41.1
azure-ai-textanalytics==5.3.0
tiktoken==0.7.0
tiktoken==0.8.0
azure-cosmos==4.7.0

0 comments on commit fed76b7

Please sign in to comment.