Skip to content

Commit

Permalink
update python version to be larger than 3.10 to use current arviz ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
joergfunger committed Jun 15, 2024
1 parent 4944857 commit 69412d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description = A general framework for setting up parameter estimation problems.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Expand All @@ -28,7 +26,7 @@ install_requires =
matplotlib<4
emcee<4
tabulate<1
arviz>0.18.0
arviz<1
loguru<1
rdflib<7
owlready2<1
Expand Down

0 comments on commit 69412d2

Please sign in to comment.