-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADD: Python 3.12 in CI ADD: Python version < 3.13 FIX: poetry.lock & small changes
- Loading branch information
1 parent
be89983
commit 2b0034c
Showing
5 changed files
with
853 additions
and
722 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,22 +91,22 @@ git clone [email protected]:artefactory/choice-learn.git | |
|
||
### Dependencies | ||
For manual installation, Choice-Learn requires the following: | ||
- Python (>=3.9) | ||
- Python (>=3.9, <3.13) | ||
- NumPy (>=1.24) | ||
- pandas (>=1.5) | ||
|
||
For modelling you need: | ||
- TensorFlow (>=2.13) | ||
- TensorFlow (>=2.14, <2.17) | ||
|
||
> :warning: **Warning:** If you are a MAC user with a M1 or M2 chip, importing TensorFlow might lead to Python crashing. | ||
> In such case, use anaconda to install TensorFlow with `conda install -c apple tensorflow`. | ||
An optional requirement used for coefficients analysis and L-BFGS optimization is: | ||
- TensorFlow Probability (>=0.20.1) | ||
- TensorFlow Probability (>=0.22) | ||
|
||
Finally for pricing or assortment optimization, you need either Gurobi or OR-Tools: | ||
- gurobipy (>=11.0.0) | ||
- ortools (>=9.6.2534) | ||
- gurobipy (>=11.0) | ||
- ortools (>=9.6) | ||
|
||
<p align="center"> | ||
<a href="https://numpy.org/"> | ||
|
Oops, something went wrong.
2b0034c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report for Python 3.11
2b0034c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report for Python 3.9
2b0034c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report for Python 3.10
2b0034c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report for Python 3.12