Delete requirements.txt because dependencies are in pyproject.toml (#… · foo123/The-Algorithms-Python@9902c23 · GitHub
Skip to content

Commit 9902c23

Browse files
authored
Delete requirements.txt because dependencies are in pyproject.toml (TheAlgorithms#13486)
1 parent e731514 commit 9902c23

4 files changed

Lines changed: 4 additions & 26 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@
624624
* [Sequential Minimum Optimization](machine_learning/sequential_minimum_optimization.py)
625625
* [Similarity Search](machine_learning/similarity_search.py)
626626
* [Support Vector Machines](machine_learning/support_vector_machines.py)
627+
* [T Stochastic Neighbour Embedding](machine_learning/t_stochastic_neighbour_embedding.py)
627628
* [Word Frequency Functions](machine_learning/word_frequency_functions.py)
628629
* [Xgboost Classifier](machine_learning/xgboost_classifier.py)
629630
* [Xgboost Regressor](machine_learning/xgboost_regressor.py)

pyproject.toml

Lines changed: 1 addition & 0 deletions

requirements.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)