def test_scientific_deps_present(): content = open("pyproject.toml").read() assert "scipy" in content assert "umap-learn" in content assert "plotly" in content