diff --git a/.vscode/settings.json b/.vscode/settings.json index dfc89dd71..4394c37cd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,8 +12,6 @@ "files.eol": "\n", "files.trimFinalNewlines": true, "python.analysis.autoImportCompletions": true, - "rust-analyzer.runnables.extraArgs": [ - "--release" - ], + "rust-analyzer.runnables.extraArgs": ["--release"], "rust-analyzer.diagnostics.styleLints.enable": true } diff --git a/requirements.txt b/requirements.txt index b184539c5..066b525b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,21 @@ argcomplete>=3.5.1 astropy>=6.1.4 -coverage>=7.6.3 +coverage>=7.6.4 extinction>=0.4.6 +george>=0.4.3 imageio>=2.36.0 matplotlib>=3.9.2 -mypy>=1.12.0 +mypy>=1.13.0 numexpr>=2.10.1 numpy>=2.1.2 pandas>=2.2.3 -polars>=1.9.0 +plotly>=5.24.1 +polars>=1.10.0 pre-commit>=4.0.1 pyarrow>=17.0.0 pynonthermal>=2024.7.4 pypdf>=5.0.1 -pyright>=1.1.385 +pyright>=1.1.386 pytest>=8.3.3 pytest-codspeed>=2.2.1 pytest-cov>=5.0.0