From 1cabe08d89a6f6d842c70c8f7e5f104ff8abd0d9 Mon Sep 17 00:00:00 2001
From: Egor Sobolev <egor.sobolev@xfel.eu>
Date: Fri, 28 Jul 2023 18:22:54 +0200
Subject: [PATCH] Update dependencies and README.md

---
 README.md      | 7 ++++++-
 pyproject.toml | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 23dae37..f6fa9ab 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,12 @@
 
 This package is a collection of tools implementing different small operations related to detector geometry, like reading Crystfel stream file, read motors data, plot some metrics, etc.
 
-This also contains the script to make report on geometry quality and push geometry to SPB repository. To use this script, try:
+To refine geometry, try:
+```shell
+geomtools-refine-sfx -h
+```
+
+To make report on geometry quality and push geometry to SPB repository, try:
 ```shell
 module load texlive
 geomtools-push -h
diff --git a/pyproject.toml b/pyproject.toml
index 7d1bfe7..60b9735 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,6 +21,7 @@ dependencies = [
     "EXtra-data",
     "importlib_resources",
     "matplotlib",
+    "natsort",
     "nbconvert",
     "numpy",
     "pandas",
-- 
GitLab