Skip to content

Commit

Permalink
build: update setuptools version to 70.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Oct 24, 2024
1 parent 4e06c92 commit f08db35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ questionary==2.0.1
scipy==1.14.1
tcxreader==0.4.10
tqdm==4.66.5
setuptools==68.0.0
setuptools==70.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'scipy==1.14.1',
'tcxreader==0.4.10',
'tqdm==4.66.5',
'setuptools==68.0.0',
'setuptools==70.0.0',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit f08db35

Please sign in to comment.