Skip to content

Commit

Permalink
update ipython and werkzeug dependencies for responsibleai and rai-co…
Browse files Browse the repository at this point in the history
…re-flask packages (#2551)
  • Loading branch information
imatiach-msft committed Apr 8, 2024
1 parent 2a5a473 commit 38c8a81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rai_core_flask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ itsdangerous>=2.0.1
greenlet>=1.1.2
gevent>=21.12.0
markupsafe<=2.1.2
Werkzeug<=2.2.3
Werkzeug<=3.0.2
3 changes: 2 additions & 1 deletion responsibleai/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ml-wrappers

# Pinned dependencies
networkx<=2.5
ipykernel<=6.8.0
ipykernel<=6.8.0; python_version <= '3.7'
ipykernel>=6.22.0; python_version > '3.7'
markupsafe<=2.1.2
raiutils>=0.4.0

0 comments on commit 38c8a81

Please sign in to comment.