From 5b6b42e7fd73381336805740322abc38d558c1ef Mon Sep 17 00:00:00 2001 From: Luis Barroso-Luque Date: Wed, 10 Jul 2024 17:29:51 -0700 Subject: [PATCH] pin ruff --- packages/fairchem-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fairchem-core/pyproject.toml b/packages/fairchem-core/pyproject.toml index 7d0d10d89..5116e5a5b 100644 --- a/packages/fairchem-core/pyproject.toml +++ b/packages/fairchem-core/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ ] [project.optional-dependencies] # add optional dependencies to be installed as pip install fairchem.core[dev] -dev = ["pre-commit", "pytest", "pytest-cov", "coverage", "syrupy", "ruff"] +dev = ["pre-commit", "pytest", "pytest-cov", "coverage", "syrupy", "ruff==0.5.1"] docs = ["jupyter-book", "jupytext", "sphinx","sphinx-autoapi", "umap-learn", "vdict"] adsorbml = ["dscribe","x3dase","scikit-image"]