Skip to content

Commit

Permalink
Add future as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabmoore committed Aug 24, 2024
1 parent db9af18 commit 70b8b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ oct2py
tslearn
mne==0.23.0
seaborn
future
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
'oct2py',
'tslearn',
'mne==0.23.0',
'seaborn'
'seaborn',
'future'
]

testing_extras = [
Expand Down

0 comments on commit 70b8b25

Please sign in to comment.