diff --git a/setup.py b/setup.py index b8f403b..fadc9ff 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "geojson==2.5.0", "gpxpy==1.4.2", "tflite-runtime>=2.5.0.post1", - "scipy>=1.6.1", + "scipy>=1.10.0", "pyproj>=3.0.0", "numpy>=1.20.0", "matplotlib>=3.0.0", diff --git a/src/gpsclean.egg-info/PKG-INFO b/src/gpsclean.egg-info/PKG-INFO index 4cb89cc..ba4421a 100644 --- a/src/gpsclean.egg-info/PKG-INFO +++ b/src/gpsclean.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: gpsclean -Version: 1.0.1 +Version: 1.0.2 Summary: An application to correct a GPS trace using machine learning techniques Home-page: https://github.com/sbettid/GPSClean Author: Davide Sbetti diff --git a/src/gpsclean.egg-info/requires.txt b/src/gpsclean.egg-info/requires.txt index 79c2491..d575cdf 100644 --- a/src/gpsclean.egg-info/requires.txt +++ b/src/gpsclean.egg-info/requires.txt @@ -3,7 +3,7 @@ filterpy==1.4.5 geojson==2.5.0 gpxpy==1.4.2 tflite-runtime>=2.5.0.post1 -scipy>=1.6.1 +scipy>=1.10.0 pyproj>=3.0.0 numpy>=1.20.0 matplotlib>=3.0.0