Skip to content

Commit

Permalink
Bump scipy requirement to prevent memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
sbettid committed Jul 28, 2023
1 parent ffe19c5 commit b079c82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/gpsclean.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gpsclean.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b079c82

Please sign in to comment.