File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Pandera offers a `environment.yml` to set up a conda-based environment and
3939Install [ 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+
4343conda env update -n pandera-dev -f environment.yml
4444conda activate pandera-dev
4545pip install -e .
@@ -52,7 +52,7 @@ pip install virtualenv
5252virtualenv .venv/pandera-dev
5353source .venv/pandera-dev/bin/activate
5454pip 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+
5656pip install -e .
5757```
5858
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments