-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Updated CHANGELOG, init, and some misc fixes to setup.py and README. This version fixes #19. Props to tomwagstaff-opml for flagging the need for supporting Python 3.11. Reviewed By: SarigT Differential Revision: D42850883 fbshipit-source-id: f4822baafd11938981ba6b3a12258d3e5e7e478c
- Loading branch information
1 parent
c25e241
commit faa0f4d
Showing
4 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,11 @@ | |
Core library deps | ||
Version requirements | ||
* scipy<=1.8.1: Required by glmnet-python | ||
* scipy<=1.9.2: Required by glmnet-python | ||
* pandas<=1.4.3: 1.5.0 moved UndefinedVariableError into pandas.errors | ||
Other requirements: | ||
* [email protected], from https://github.com/bbalasub1/glmnet_python.git@1.0 | ||
* [email protected], from https://github.com/bbalasub1/glmnet_python.git | ||
""" | ||
REQUIRES = [ | ||
|
@@ -81,6 +81,8 @@ def setup_package() -> None: | |
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)", | ||
], | ||
) | ||
|