Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update staramr to remove restriction on pandas version #35188

Merged
merged 1 commit into from
Jun 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/staramr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 1d4e7db539984fdcf1caa26cdeb96e709b6173215443203e63cb440cc516a9b7

build:
number: 0
number: 1
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed .
noarch: python

Expand All @@ -21,7 +21,7 @@ requirements:
run:
- python >=3
- biopython >=1.70
- pandas >=0.23.0,<=1.1.5
- pandas >=0.23.0
- gitpython >=2.1.3
- xlsxwriter >=1.0.2
- numpy >=1.12.1
Expand Down