mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 08:50:41 +08:00
refactor: Move pascals triange to maths/ (#7932)
* refactor: Move pascals triange to maths/ * Update xgboost_classifier.py * statsmodels is now compatible with Python 3.11 * statsmodels is now compatible with Python 3.11 * cython>=0.29.28 * cython>=0.29.28 # For statsmodels on Python 3.11 Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:

committed by
GitHub

parent
4e6c1c049d
commit
f512b4d105
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
# See: #6591 for re-enabling tests on Python v3.11
|
||||
run: pytest
|
||||
--ignore=computer_vision/cnn_classification.py
|
||||
--ignore=machine_learning/forecasting/run.py
|
||||
--ignore=machine_learning/lstm/lstm_prediction.py
|
||||
--ignore=quantum/
|
||||
--ignore=project_euler/
|
||||
|
Reference in New Issue
Block a user