chore: remove conditional requirements

This commit is contained in:
Matthias
2024-10-01 07:04:25 +02:00
parent e975062e0e
commit bede81632d
2 changed files with 2 additions and 5 deletions

View File

@@ -2,8 +2,7 @@
-r requirements.txt
# Required for hyperopt
scipy==1.14.1; python_version >= "3.10"
scipy==1.13.1; python_version < "3.10"
scipy==1.14.1
scikit-learn==1.5.2
ft-scikit-optimize==0.9.2
filelock==3.16.1