Skip to content

Commit

Permalink
remove pins on werkzeug, itsdangerous and markupsafe since they are c…
Browse files Browse the repository at this point in the history
…urrently not needed (#2565)
  • Loading branch information
imatiach-msft committed May 16, 2024
1 parent bfb6100 commit 577f7a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions rai_core_flask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ Flask-Cors
flask-socketio
ipython<=7.16.3; python_version <= '3.6'
ipython>=7.31.1; python_version > '3.6'
itsdangerous>=2.0.1
greenlet>=1.1.2
gevent>=21.12.0
markupsafe<=2.1.2
Werkzeug<=3.0.2
gevent>=21.12.0
1 change: 0 additions & 1 deletion raiwidgets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ numpy>=1.17.2,<=1.26.2
pandas>=0.25.1,<2.0.0
scipy>=1.4.1
rai-core-flask==0.7.5
itsdangerous<=2.1.2
scikit-learn>=0.22.1
lightgbm>=2.0.11
erroranalysis>=0.5.4
Expand Down
1 change: 0 additions & 1 deletion responsibleai/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ ml-wrappers
networkx<=2.5
ipykernel<=6.8.0; python_version <= '3.7'
ipykernel>=6.22.0; python_version > '3.7'
markupsafe<=2.1.2
raiutils>=0.4.2

0 comments on commit 577f7a9

Please sign in to comment.