mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-12-19 02:07:27 +08:00
Delete requirements.txt because dependencies are in pyproject.toml (#13486)
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -9,13 +9,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run:
|
||||
sudo apt-get update && sudo apt-get install -y libtiff5-dev libjpeg8-dev libopenjp2-7-dev
|
||||
zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk
|
||||
libharfbuzz-dev libfribidi-dev libxcb1-dev
|
||||
libxml2-dev libxslt-dev
|
||||
libhdf5-dev
|
||||
libopenblas-dev
|
||||
- run: sudo apt-get update && sudo apt-get install -y libhdf5-dev
|
||||
- uses: actions/checkout@v5
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
@@ -32,6 +26,7 @@ jobs:
|
||||
--ignore=computer_vision/cnn_classification.py
|
||||
--ignore=docs/conf.py
|
||||
--ignore=dynamic_programming/k_means_clustering_tensorflow.py
|
||||
--ignore=machine_learning/local_weighted_learning/local_weighted_learning.py
|
||||
--ignore=machine_learning/lstm/lstm_prediction.py
|
||||
--ignore=neural_network/input_data.py
|
||||
--ignore=project_euler/
|
||||
|
||||
@@ -624,6 +624,7 @@
|
||||
* [Sequential Minimum Optimization](machine_learning/sequential_minimum_optimization.py)
|
||||
* [Similarity Search](machine_learning/similarity_search.py)
|
||||
* [Support Vector Machines](machine_learning/support_vector_machines.py)
|
||||
* [T Stochastic Neighbour Embedding](machine_learning/t_stochastic_neighbour_embedding.py)
|
||||
* [Word Frequency Functions](machine_learning/word_frequency_functions.py)
|
||||
* [Xgboost Classifier](machine_learning/xgboost_classifier.py)
|
||||
* [Xgboost Regressor](machine_learning/xgboost_regressor.py)
|
||||
|
||||
@@ -23,6 +23,7 @@ dependencies = [
|
||||
"pillow>=11.3",
|
||||
"rich>=13.9.4",
|
||||
"scikit-learn>=1.5.2",
|
||||
"scipy>=1.16.2",
|
||||
"sphinx-pyproject>=0.3",
|
||||
"statsmodels>=0.14.4",
|
||||
"sympy>=1.13.3",
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
beautifulsoup4
|
||||
fake-useragent
|
||||
httpx
|
||||
imageio
|
||||
keras
|
||||
lxml
|
||||
matplotlib
|
||||
numpy
|
||||
opencv-python
|
||||
pandas
|
||||
pillow
|
||||
rich
|
||||
scikit-learn
|
||||
sphinx-pyproject
|
||||
statsmodels
|
||||
sympy
|
||||
tweepy
|
||||
typing_extensions
|
||||
xgboost
|
||||
Reference in New Issue
Block a user