Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Feb 20, 2025
1 parent 5c605d3 commit 9aa9da5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions cobaya/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
__author__ = "Jesus Torrado and Antony Lewis"
__version__ = "3.5.4"
__obsolete__ = False
__year__ = "2024"
__url__ = "https://cobaya.readthedocs.io"

import sys
from cobaya.likelihood import Likelihood
from cobaya.theory import Theory
Expand All @@ -8,14 +14,6 @@
from cobaya.post import post
from cobaya.output import load_samples


if sys.version_info < (3, 8):
print('Cobaya requires Python 3.8+, please upgrade.')
sys.exit(1)


__author__ = "Jesus Torrado and Antony Lewis"
__version__ = "3.5.4"
__obsolete__ = False
__year__ = "2024"
__url__ = "https://cobaya.readthedocs.io"

0 comments on commit 9aa9da5

Please sign in to comment.