diff --git a/conda-environment.yml b/conda-environment.yml index b71034667..1b37b6034 100644 --- a/conda-environment.yml +++ b/conda-environment.yml @@ -8,7 +8,7 @@ dependencies: - python=3.12.9 - _python_rc=1 # Needed on Mac since Python >= 3.12 - jupyter=1.1.1 - - matplotlib=3.10.5 + - matplotlib=3.10.6 - nbconvert=7.16.6 - nbconvert-webpdf=7.16.6 - numpy=1.26.4 @@ -19,7 +19,7 @@ dependencies: - opentsne=1.0.2 # to visualize node embeddings in 2D (t-SNE dimensionality reduction) - wordcloud=1.9.4 - monotonic=1.6 - - plotly=6.2.0 + - plotly=6.3.1 - python-kaleido=1.0.0 # To render plotly plots. Static image export for web-based visualization libraries. - scikit-learn=1.6.1 # For anomaly detection HDBSCAN clustering, scores like AMI, and others - seaborn=0.13.2 # To visualize clustering results diff --git a/requirements.txt b/requirements.txt index 6ed2b65d2..23a40275a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # --- Core tools --- jupyter==1.1.1 -matplotlib==3.10.5 +matplotlib==3.10.6 nbconvert[webpdf]==7.16.6 numpy==1.26.4 pandas==2.2.3 @@ -16,7 +16,7 @@ typing-extensions==4.12.2 # Needed for opentsne and Python >= 3.12 # --- Visualization --- wordcloud==1.9.4 monotonic==1.6 -plotly[kaleido]==6.2.0 +plotly[kaleido]==6.3.1 seaborn==0.13.2 # To visualize clustering results # --- Machine Learning / Optimization ---