Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewghgriffiths committed Jun 13, 2023
1 parent 775b929 commit 7fb6cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pandas>=1.3.0
matplotlib>=3.5.1
requests>=2.27.1
tqdm>=4.0.0
cmd2>=2.0.0
gpxpy>=1.5.0
fitparse>=1.2.0
garminconnect>=0.1.45
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='rowing',
version='0.3.2',
version='0.3.3',
description='Library for loading and presenting data from the worldrowing.com',
author='Matthew Griffiths',
author_email='matthewghgriffiths@gmail.com',
Expand All @@ -27,13 +27,13 @@
'numpy>=1.21.0',
'scipy>=1.7.0',
'pandas>=1.3.0',
'matplotlib>=3.0.0',
'matplotlib>=3.5.1',
'tqdm>=4.0.0',
],
extras_require={
'WORLDROWING': ['streamlit>=1.22.0', 'plotly>=5.14.1'],
# Requests is not required if using pyodide
'REQ': ['requests>=2.0.0'],
'REQ': ['requests>=2.27.1'],
'GARMIN': [
'garminconnect>=0.1.45',
'fitparse>=1.2.0',
Expand Down

0 comments on commit 7fb6cbd

Please sign in to comment.