Skip to content

Commit

Permalink
pip prod(deps): update pandas requirement
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.0.3...v2.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 6, 2023
1 parent 356026b commit c092dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,7 +2,7 @@ pip
airr
setuptools_scm[toml]>=6.0
numpy>=1.18.4
pandas>=1.0.3,<=2.1.1
pandas>=1.0.3,<=2.1.2
changeo>=1.0.0
anndata>=0.7.1
scanpy>=1.4.6
Expand Down

0 comments on commit c092dbf

Please sign in to comment.