Skip to content

Commit

Permalink
New setup. Now it is compatible with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nacheteam committed Oct 5, 2023
1 parent 4d3e4e6 commit 796e266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
test_suite='test',

# Requeriments
install_requires=['pytorch-lightning', 'scikit-learn', 'tensorflow==2.6.0', 'torchmetrics', 'wfdb', 'obspy', 'keras==2.6.0'],

long_description_content_type='text/markdown'
install_requires=['scikit-learn', 'wfdb', 'obspy', 'tensorflow', 'keras', 'pytorch-lightning', 'torchmetrics'],

long_description_content_type='text/markdown',
python_requires='>=3.8'
)

0 comments on commit 796e266

Please sign in to comment.