Skip to content

Commit

Permalink
Adds missing dependency - mergedeep
Browse files Browse the repository at this point in the history
  • Loading branch information
sherjeelshabih committed Nov 1, 2023
1 parent ce5f070 commit 5c4a6dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,7 +19,6 @@ astroid==2.15.5
attrs==22.1.0
# via
# cattrs
# pytest
# requests-cache
backcall==0.2.0
# via ipython
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -511,7 +510,6 @@ typing-extensions==4.3.0
# astroid
# mypy
# numcodecs
# pylint
tzdata==2023.3
# via pytz-deprecation-shim
tzlocal==4.3
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5c4a6dc

Please sign in to comment.