Skip to content

Commit

Permalink
Merge pull request #37 from KMU-quantum-classroom/dependabot/pip/deve…
Browse files Browse the repository at this point in the history
…lop/numpy-1.26.1
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
2 parents ebf3b66 + 714c335 commit fc2b385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"sympy==1.12",
"antlr4-python3-runtime==4.11",
"ipython==8.16.1",
"numpy==1.26.0"
"numpy==1.26.1"
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ loguru==0.7.2
sympy==1.12
antlr4-python3-runtime==4.11
ipython==8.16.1
numpy==1.26.0
numpy==1.26.1

0 comments on commit fc2b385

Please sign in to comment.