Skip to content

Commit

Permalink
added numdifftools to toml, so snap can use them
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Aug 28, 2023
1 parent 117d8f3 commit a8ade23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ classifiers = [
]
requires-python = ">=3.8,<3.11"
dependencies = [
# those are mostly required by snapcraft
'numpy',
'lmfit',
'orjson',
'jsbeautifier',
'toml',
'darkdetect',
'numdifftools',
'cryspy @ git+https://github.com/ikibalin/cryspy.git@beta',
'EasyApp @ git+https://github.com/easyscience/EasyApp.git@new-easy-app2'
]
Expand Down

0 comments on commit a8ade23

Please sign in to comment.