Skip to content

Commit 81bab7d

Browse files
authored
update total download badge (#1436)
Signed-off-by: Niels Bantilan <[email protected]>
1 parent fbdc6a0 commit 81bab7d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Pandera offers a `environment.yml` to set up a conda-based environment and
3939
Install [miniconda](https://docs.conda.io/en/latest/miniconda.html), then run:
4040

4141
```bash
42-
conda create -n pandera-dev python=3.8 # or any python version 3.7+
42+
conda create -n pandera-dev python=3.11 # or any python version 3.7+
4343
conda env update -n pandera-dev -f environment.yml
4444
conda activate pandera-dev
4545
pip install -e .
@@ -52,7 +52,7 @@ pip install virtualenv
5252
virtualenv .venv/pandera-dev
5353
source .venv/pandera-dev/bin/activate
5454
pip install --upgrade pip
55-
pip install -r requirements-dev.txt
55+
pip install -r dev/requirements-3.11.txt # or any python version 3.7+
5656
pip install -e .
5757
```
5858

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pandera.svg?style=for-the-badge)](https://pypi.python.org/pypi/pandera/)
2828
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.3385265-blue?style=for-the-badge)](https://doi.org/10.5281/zenodo.3385265)
2929
[![asv](http://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=for-the-badge)](https://pandera-dev.github.io/pandera-asv-logs/)
30-
[![Downloads](https://img.shields.io/pypi/dm/pandera?style=for-the-badge&color=blue)](https://pepy.tech/project/pandera)
31-
[![Downloads](https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=total%20downloads&query=%24.total_downloads&url=https%3A%2F%2Fapi.pepy.tech%2Fapi%2Fv2%2Fprojects%2Fpandera)](https://pepy.tech/project/pandera)
30+
[![Monthly Downloads](https://img.shields.io/pypi/dm/pandera?style=for-the-badge&color=blue)](https://pepy.tech/project/pandera)
31+
[![Total Downloads](https://img.shields.io/pepy/dt/pandera?style=for-the-badge&color=blue)](https://pepy.tech/project/pandera)
3232
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/pandera?style=for-the-badge)](https://anaconda.org/conda-forge/pandera)
3333
[![Discord](https://img.shields.io/badge/discord-chat-purple?color=%235765F2&label=discord&logo=discord&style=for-the-badge)](https://discord.gg/vyanhWuaKB)
3434

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The Open-source Framework for Precision Data Testing
5454
:target: https://pepy.tech/project/pandera
5555
:alt: Monthly Downloads
5656

57-
.. image:: https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=total%20downloads&query=%24.total_downloads&url=https%3A%2F%2Fapi.pepy.tech%2Fapi%2Fv2%2Fprojects%2Fpandera
57+
.. image:: https://img.shields.io/pepy/dt/pandera?style=for-the-badge&color=blue
5858
:target: https://pepy.tech/badge/pandera
5959
:alt: Total Downloads
6060

0 commit comments

Comments
 (0)