Skip to content

Commit

Permalink
fix: using a fixed version of each dependency!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Sep 16, 2024
1 parent 8c3e26a commit 74aca15
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
streamlit
streamlit-authenticator
numpy
pandas
matplotlib
python-dotenv
pymongo
pytest
coverage
streamlit==1.31.1
streamlit-authenticator==0.3.1
numpy==1.26.4
pandas==2.2.1
matplotlib==3.8.3
python-dotenv==1.0.1
pymongo==4.6.2
pytest==8.0.2
coverage==7.4.3

0 comments on commit 74aca15

Please sign in to comment.