diff --git a/pyproject.toml b/pyproject.toml index 7937e69..e89d704 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.11" dependencies = [ - 'biodivine_aeon ==1.0.0a8', + 'biodivine_aeon ==1.0.0a10', 'clingo >=5.6.2', 'networkx >=2.8.8', ] diff --git a/requirements.txt b/requirements.txt index 7b0aa7b..b104275 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -biodivine_aeon==1.0.0a8 +biodivine_aeon==1.0.0a10 clingo==5.6.2 networkx==2.8.8 pypint[pint]==1.6.2 \ No newline at end of file