Skip to content

Commit

Permalink
Merge pull request #757 from opencobra/fix-depinfo
Browse files Browse the repository at this point in the history
Fix depinfo
  • Loading branch information
Midnighter authored Nov 11, 2023
2 parents 4c08f46 + 84277d2 commit 05801ef
Show file tree
Hide file tree
Showing 9 changed files with 1,077 additions and 453 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ install_requires =
numpydoc
pylru
goodtables ~=2.0
depinfo
depinfo ~=2.2
requests
python_requires = >=3.6
tests_require =
Expand Down
4 changes: 4 additions & 0 deletions src/memote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@
from memote.suite.results import *
from memote.suite.reporting import *
from memote.jinja2_extension import *

from . import _version

__version__ = _version.get_versions()["version"]
Loading

0 comments on commit 05801ef

Please sign in to comment.