Skip to content

Commit

Permalink
Add compatibility for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ueding committed Dec 7, 2024
1 parent b25e509 commit 08ebbec
Show file tree
Hide file tree
Showing 4 changed files with 1,247 additions and 1,184 deletions.
4 changes: 4 additions & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This is the pre-release series. Things haven't settled yet, so each minor versio

### Version 0.33

#### Version 0.33.4

- Add compatibility for Python 3.13.

#### Version 0.33.3

- [GH-200](https://github.com/martin-ueding/geo-activity-playground/issues/200): Fix startup without any activities.
Expand Down
3 changes: 2 additions & 1 deletion geo_activity_playground/explorer/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@

import numpy as np
import pandas as pd
import scipy.interpolate
from PIL import Image
from PIL import ImageEnhance
from tqdm import tqdm

from ..core.tiles import get_tile

# import scipy.interpolate


def build_image(
center_x: float,
Expand Down
Loading

0 comments on commit 08ebbec

Please sign in to comment.