Skip to content

Commit

Permalink
Update minimum requirements for security
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Aug 19, 2023
1 parent c550c53 commit 0ff5ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion min-requirements.txt
@@ -1,6 +1,6 @@
# Minimum requirements
# When updating here, update version in requirements.
ipython[notebook]==7.16
ipython[notebook]==7.16.3
sphinx==4
numpy==1.20
matplotlib==3.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
# See min-requirements for minimum requirements.
# Update there and here.
ipython[notebook]>=7.16
ipython[notebook]>=7.16.3
sphinx>=4
numpy>=1.20
matplotlib>=3.2
Expand Down

0 comments on commit 0ff5ad4

Please sign in to comment.