From 81bab7d68dea859154837fd4c661dd5af15980d3 Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Tue, 5 Dec 2023 10:51:36 -0500 Subject: [PATCH] update total download badge (#1436) Signed-off-by: Niels Bantilan --- .github/CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- docs/source/index.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e1462dcda..5306c55d3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -39,7 +39,7 @@ Pandera offers a `environment.yml` to set up a conda-based environment and Install [miniconda](https://docs.conda.io/en/latest/miniconda.html), then run: ```bash -conda create -n pandera-dev python=3.8 # or any python version 3.7+ +conda create -n pandera-dev python=3.11 # or any python version 3.7+ conda env update -n pandera-dev -f environment.yml conda activate pandera-dev pip install -e . @@ -52,7 +52,7 @@ pip install virtualenv virtualenv .venv/pandera-dev source .venv/pandera-dev/bin/activate pip install --upgrade pip -pip install -r requirements-dev.txt +pip install -r dev/requirements-3.11.txt # or any python version 3.7+ pip install -e . ``` diff --git a/README.md b/README.md index c8d03ec70..f17d0653d 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ [![PyPI pyversions](https://img.shields.io/pypi/pyversions/pandera.svg?style=for-the-badge)](https://pypi.python.org/pypi/pandera/) [![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.3385265-blue?style=for-the-badge)](https://doi.org/10.5281/zenodo.3385265) [![asv](http://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=for-the-badge)](https://pandera-dev.github.io/pandera-asv-logs/) -[![Downloads](https://img.shields.io/pypi/dm/pandera?style=for-the-badge&color=blue)](https://pepy.tech/project/pandera) -[![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) +[![Monthly Downloads](https://img.shields.io/pypi/dm/pandera?style=for-the-badge&color=blue)](https://pepy.tech/project/pandera) +[![Total Downloads](https://img.shields.io/pepy/dt/pandera?style=for-the-badge&color=blue)](https://pepy.tech/project/pandera) [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/pandera?style=for-the-badge)](https://anaconda.org/conda-forge/pandera) [![Discord](https://img.shields.io/badge/discord-chat-purple?color=%235765F2&label=discord&logo=discord&style=for-the-badge)](https://discord.gg/vyanhWuaKB) diff --git a/docs/source/index.rst b/docs/source/index.rst index 19e10c65e..12450edcf 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -54,7 +54,7 @@ The Open-source Framework for Precision Data Testing :target: https://pepy.tech/project/pandera :alt: Monthly Downloads -.. 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 +.. image:: https://img.shields.io/pepy/dt/pandera?style=for-the-badge&color=blue :target: https://pepy.tech/badge/pandera :alt: Total Downloads