Skip to content

Commit

Permalink
Update pandas, pytest, and sourmash requirements. (#275)
Browse files Browse the repository at this point in the history
* Update pandas requirement from <2,>1 to >1,<3

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)
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md)
- [Commits](pandas-dev/pandas@v1.0.1...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* update lots of deps

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: C. Titus Brown <[email protected]>
  • Loading branch information
dependabot[bot] and ctb committed Apr 10, 2023
1 parent e0f9e8d commit 71b187b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- snakemake-minimal==7.25.0
- click>=7,<9
- lxml==4.9.2
- pandas>1,<2
- pandas>1,<3
- python>=3.7,<3.10
4 changes: 2 additions & 2 deletions genome_grist/conf/env/papermill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
- ipykernel
- matplotlib>=3.4.3,<4
- numpy>=1.21.3,<2
- pandas>=1.3.4,<2
- sourmash>=4.6.1,<5
- pandas>=1.3.4,<3
- sourmash>=4.8.0,<5
- python>=3.8,<3.10
2 changes: 1 addition & 1 deletion genome_grist/conf/env/sourmash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python>=3.8,<3.10
- screed>=1.1,<2
- sourmash>=4.6.1,<5
- sourmash>=4.8.0,<5
- pip
- pip:
- git+https://github.com/dib-lab/genome-grist.git#egg=genome-grist
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addopts = --verbose

[options.extras_require]
test =
pytest>=5.1.2,<7.3.0
pytest>=5.1.2,<7.4.0
pytest-cov
pytest-dependency
sourmash>=4.6.1,<5
sourmash>=4.8.0,<5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tests_require=["pytest", "pytest-dependency==0.5.1"],
use_scm_version={"write_to": "genome_grist/version.py"},
install_requires=["snakemake==7.25.0", "click>=7,<9", "lxml==4.9.2",
"pandas>1,<2"],
"pandas>1,<3"],
long_description=long_description,
long_description_content_type="text/markdown",
)

0 comments on commit 71b187b

Please sign in to comment.