Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinblesch authored Sep 22, 2023
1 parent d8ffe0a commit 6f737ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
install_requires= ['numpy>=1.20.3','pandas>=1.5','scikit-learn>=0.24','scipy>=1.4'],

classifiers=["Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"]
)
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"]
)

0 comments on commit 6f737ba

Please sign in to comment.