Skip to content

Commit

Permalink
We no longer support Python 2
Browse files Browse the repository at this point in the history
No need to check for Python 2 any more, since
we will always be using Python 3.
  • Loading branch information
benmwebb committed Jun 26, 2024
1 parent 5bf2f5d commit 2f7f242
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import sys

# Example of model without temporal scoring -----------------------------------------------------------------

if sys.version_info[0] < 3:
print("Sorry, this example needs Python 3 and a recent version of numpy")
sys.exit(0)


# import relevant modules
import pandas
import IMP.spatiotemporal as spatiotemporal
Expand Down

0 comments on commit 2f7f242

Please sign in to comment.