Skip to content

Commit

Permalink
fix CI (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega authored Dec 13, 2024
1 parent f2ca068 commit 57ef664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
install_requires=[
"plotly>=5.10.0",
"statsmodels>=0.12.2",
"scikit-learn>=1.0.1",
"scikit-learn>=1.0.1,<1.6.0",
"pandas[parquet]>=1.3.5",
"numpy>=1.22.0,<2.1",
"nltk>=3.6.7",
Expand Down

0 comments on commit 57ef664

Please sign in to comment.