Skip to content

Commit

Permalink
ENH: update package version (#201)
Browse files Browse the repository at this point in the history
* dummy commit for rerendering

* ENH updated version to 2.2.0

* MNT: Re-rendered with conda-build 3.28.4, conda-smithy 3.30.4, and conda-forge-pinning 2024.01.19.20.48.12

* Update meta.yaml

* ENH updated version to 2.2.0

* Update meta.yaml

---------

Co-authored-by: conda-forge-webservices[bot] <121827174+conda-forge-webservices[bot]@users.noreply.github.com>
Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
  • Loading branch information
4 people authored Jan 20, 2024
1 parent 1f758b5 commit ea054ff
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 12 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 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.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set tests_to_skip = "_not_a_real_test" %}
{% set version = "2.1.4" %}
{% set version = "2.2.0" %}

package:
name: pandas
version: {{ version }}

source:
url: https://github.com/pandas-dev/pandas/releases/download/v{{ version }}/pandas-{{ version }}.tar.gz
sha256: fcb68203c833cc735321512e13861358079a96c174a61f5116a1de89c58c0ef7
sha256: 9c8a9c3938f4f4727ca056d0f96bdb0dd795e7b195283223e473eb29b3517cb6

build:
number: 0
Expand All @@ -26,7 +26,7 @@ requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython >=0.29.33,<3 # [build_platform != target_platform]
- cython >=3.0.5 # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- meson-python # [build_platform != target_platform]
- ninja # [build_platform != target_platform]
Expand All @@ -35,7 +35,7 @@ requirements:
host:
- python
- pip
- cython >=0.29.33,<3
- cython >=3.0.5
- numpy
- versioneer
- meson =1.2.1
Expand Down

0 comments on commit ea054ff

Please sign in to comment.