Skip to content

Commit

Permalink
Merge pull request #159 from datapythonista/RLS200
Browse files Browse the repository at this point in the history
pandas v2.0.0
  • Loading branch information
ocefpaf authored Apr 3, 2023
2 parents 66ac579 + c9165c4 commit 76269c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.5.3" %}
{% set version = "2.0.0" %}

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

source:
url: https://github.com/pandas-dev/pandas/releases/download/v{{ version }}/pandas-{{ version }}.tar.gz
sha256: 74a3fd7e5a7ec052f183273dc7b0acd3a863edf7520f5d3a1765c04ffdb3b0b1
sha256: cda9789e61b44463c1c4fe17ef755de77bcd13b09ba31c940d20f193d63a5dc8

build:
number: 0
Expand All @@ -30,11 +30,14 @@ requirements:
- setuptools >=51.0.0
- cython >=0.29.24,<3
- numpy
- versioneer
- tomli # [py<311]
run:
- python
- {{ pin_compatible('numpy') }}
- python-dateutil >=2.8.1
- pytz >=2020.1
- python-tzdata >=2022a

test:
imports:
Expand Down

0 comments on commit 76269c3

Please sign in to comment.