mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-27 17:06:44 +00:00
Disable unused dependencies (#10467)
Comment out dependencies in requirements.txt that are only used by currently-disabled files
This commit is contained in:
parent
f968dda5e9
commit
c9ba5e1b6f
@ -1,19 +1,19 @@
|
|||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
fake_useragent
|
fake_useragent
|
||||||
imageio
|
imageio
|
||||||
keras
|
keras ; python_version < '3.12'
|
||||||
lxml
|
lxml
|
||||||
matplotlib
|
matplotlib
|
||||||
numpy
|
numpy
|
||||||
opencv-python
|
opencv-python
|
||||||
pandas
|
pandas
|
||||||
pillow
|
pillow
|
||||||
projectq
|
# projectq # uncomment once quantum/quantum_random.py is fixed
|
||||||
qiskit ; python_version < '3.12'
|
qiskit ; python_version < '3.12'
|
||||||
qiskit-aer ; python_version < '3.12'
|
qiskit-aer ; python_version < '3.12'
|
||||||
requests
|
requests
|
||||||
rich
|
rich
|
||||||
scikit-fuzzy
|
# scikit-fuzzy # uncomment once fuzzy_logic/fuzzy_operations.py is fixed
|
||||||
scikit-learn
|
scikit-learn
|
||||||
statsmodels
|
statsmodels
|
||||||
sympy
|
sympy
|
||||||
@ -21,4 +21,4 @@ tensorflow ; python_version < '3.12'
|
|||||||
texttable
|
texttable
|
||||||
tweepy
|
tweepy
|
||||||
xgboost
|
xgboost
|
||||||
yulewalker
|
# yulewalker # uncomment once audio_filters/equal_loudness_filter.py is fixed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user