Skip to content

Commit

Permalink
chore: remove conditional requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Oct 1, 2024
1 parent e975062 commit bede816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements-hyperopt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ technical==1.4.4
tabulate==0.9.0
pycoingecko==3.1.0
jinja2==3.1.4
# Tables 3.10 dropped support for Python 3.9
tables==3.9.1; python_version < "3.10"
tables==3.10.1; python_version >= "3.10"
tables==3.10.1
joblib==1.4.2
rich==13.8.1
pyarrow==17.0.0; platform_machine != 'armv7l'
Expand Down

0 comments on commit bede816

Please sign in to comment.