Skip to content

Commit

Permalink
Update requirements.txt with flask-wtf>1.1 (#260)
Browse files Browse the repository at this point in the history
* Update requirements.txt with flask-wtf>1.1

* Update requirements.txt pin numpy

* Update requirements.txt pandas<2.0
  • Loading branch information
oegedijk committed May 4, 2023
1 parent e171052 commit 02bb04c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dash-bootstrap-components>=1
dash>=2.3.1
dtreeviz>=2.1
flask_simplelogin
Flask-WTF>=1.1
graphviz>=0.18.2
joblib
jupyter_dash>=0.4.1
Expand All @@ -13,3 +14,5 @@ pandas>=1.1
scikit-learn>=1.1
shap>=0.37
waitress
numpy<=1.23
pandas<2.0

0 comments on commit 02bb04c

Please sign in to comment.