Skip to content

Commit

Permalink
build(deps-dev): update pandas requirement from <2.0,>=1.3 to >=1.3,<3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and h4c5 committed Apr 11, 2023
1 parent 5a2b004 commit 3bfc634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ write_to = "src/embcompare/_version.py"
[project.optional-dependencies]
gui = [
"streamlit>=1.12,<2",
"pandas>=1.3,<2.0",
"pandas>=1.3,<3.0",
"altair>=4.0,<5.0",
"loguru>=0.6,<1.0",
]
Expand Down

0 comments on commit 3bfc634

Please sign in to comment.