diff --git a/.gitignore b/.gitignore index 5ca0973..81c95b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ .DS_Store - +__pycache__/ +*.py[cod] +*$py.class +.env +.venv +env/ +venv/ +ENV/ +*.pdf +training_output.txt +.streamlit/ diff --git a/requirements.txt b/requirements.txt index c00f227..37d7e61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,16 @@ -streamlit==1.32.0 -numpy==1.24.3 -pandas==2.0.3 -scikit-learn==1.3.0 -joblib==1.3.2 -plotly==5.18.0 -shap==0.44.0 -groq==0.11.0 -langgraph==0.0.26 -sentence-transformers==2.2.2 -faiss-cpu==1.7.4 -reportlab==4.0.7 -xgboost==2.0.3 -networkx==3.1 -scipy==1.11.1 \ No newline at end of file +streamlit>=1.32.0 +numpy>=1.26.0 +pandas>=2.1.0 +scikit-learn>=1.3.0 +joblib>=1.3.2 +plotly>=5.18.0 +shap>=0.44.0 +groq>=0.11.0 +langgraph>=0.0.26 +sentence-transformers>=2.2.2 +faiss-cpu>=1.8.0 +reportlab>=4.0.7 +xgboost>=2.0.3 +networkx>=3.1 +scipy>=1.11.1 +setuptools \ No newline at end of file