Skip to content

Commit

Permalink
staircase v2.6.0 (#25)
Browse files Browse the repository at this point in the history
* updated v2.6.0

* MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and conda-forge-pinning 2024.06.24.15.36.35

* Update meta.yaml

---------

Co-authored-by: Venaturum <venaturum@gmail.com>
  • Loading branch information
regro-cf-autotick-bot and venaturum committed Jun 25, 2024
1 parent a55a79e commit 0b70e21
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 25 deletions.
9 changes: 4 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 16 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "staircase" %}
{% set version = "2.5.2" %}
{% set sha = "606de1836987dbed7ad2d40e02e66baac990005fbaa724d37e02ee09a9530a3a" %}
{% set version = "2.6.0" %}
{% set sha = "91804af04f1566463eeb336f9109ceae330d93d7361570d32f934cbbbb5aec6e" %}


package:
Expand All @@ -19,13 +19,13 @@ build:
requirements:
host:
- pip
- python >=3.7
- python >=3.8
- poetry
run:
- matplotlib-base >3.0.0,<4
- numpy >=1.16.0,<2
- pandas >=1,<3
- python >=3.7,<4
- python >=3.8,<4
- typing-extensions >=4.4.0
- pytz

Expand Down

0 comments on commit 0b70e21

Please sign in to comment.