From 5c4a6dc5fd925f227a899840e86cdc334ab4f2a2 Mon Sep 17 00:00:00 2001 From: Sherjeel Shabih Date: Wed, 1 Nov 2023 13:02:04 +0100 Subject: [PATCH] Adds missing dependency - mergedeep --- dev-requirements.txt | 8 +++----- pyproject.toml | 3 ++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4ff0ffb22..3ba04e52f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml @@ -19,7 +19,6 @@ astroid==2.15.5 attrs==22.1.0 # via # cattrs - # pytest # requests-cache backcall==0.2.0 # via ipython @@ -191,6 +190,8 @@ matplotlib-scalebar==0.8.1 # via orix mccabe==0.7.0 # via pylint +mergedeep==1.3.4 + # via pynxtools (pyproject.toml) mpmath==1.2.1 # via sympy mypy==1.2.0 @@ -341,8 +342,6 @@ psutil==5.9.2 # pyxem ptyprocess==0.7.0 # via pexpect -py==1.11.0 - # via pytest pycifrw==4.4.5 # via diffpy-structure pycodestyle==2.9.1 @@ -511,7 +510,6 @@ typing-extensions==4.3.0 # astroid # mypy # numcodecs - # pylint tzdata==2023.3 # via pytz-deprecation-shim tzlocal==4.3 diff --git a/pyproject.toml b/pyproject.toml index 8b67df9b1..367544384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,8 @@ dependencies = [ "lark>=1.1.5", "requests", "requests_cache", - "nanonispy@git+https://github.com/ramav87/nanonispy.git@a0da87c58482d29624a2bf5deecb763dd1274212" + "nanonispy@git+https://github.com/ramav87/nanonispy.git@a0da87c58482d29624a2bf5deecb763dd1274212", + "mergedeep" ] [project.urls]