Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas version is not latest #11

Open
mrals2018 opened this issue Nov 2, 2022 · 2 comments
Open

Pandas version is not latest #11

mrals2018 opened this issue Nov 2, 2022 · 2 comments

Comments

@mrals2018
Copy link

You app need Pandas v.1.3.5, but i'm using pandas 1.5.1 - last version. Why?

@epogrebnyak
Copy link
Owner

@mrals2018 - the idea behind locking pandas to 1.3.5 was to make project runnable on Google Colab, where Python version is python = "^3.7.13" (for Colab) and pandas was 1.3.5.

finec/pyproject.toml

Lines 11 to 12 in 803aad1

# lock pandas version for python = "^3.7.13" (for Colab)
pandas = "1.3.5"

Let me check what version is on Colab now, maybe there is a newer pandas used there.

@epogrebnyak
Copy link
Owner

On Colab pandas is still pandas==1.3.5, will stick to this version for now. When using locally, you can isolate package using virtual environment.

@epogrebnyak epogrebnyak changed the title Pandas problems Pandas version is not latest Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants