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

test pandas pre #237

Merged
merged 7 commits into from
Jun 16, 2024
Merged

test pandas pre #237

merged 7 commits into from
Jun 16, 2024

Conversation

andrewgsavage
Copy link
Collaborator

  • Closes # (insert issue number)
  • Executed pre-commit run --all-files with no errors
  • The change is fully covered by automated unit tests
  • Documented in docs/ as appropriate
  • Added an entry to the CHANGES file

@andrewgsavage andrewgsavage changed the title test min verions test pandas pre Jun 16, 2024
@andrewgsavage andrewgsavage merged commit e33ce2b into hgrecco:master Jun 16, 2024
22 checks passed
pip install .[test]

- name: Install pandas
if: ${{ matrix.pandas != null }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if: ${{ matrix.pandas != null }}
if: ${{ matrix.pandas != null }}
pip uninstall pandas -y

@mutricyl
Copy link
Contributor

mutricyl commented Jul 2, 2024

@andrewgsavage it look like this new CI job does not really install pandas nightly build:

https://github.com/hgrecco/pint-pandas/pull/237/checks#step:10:9

you need to uninstalled previously installed version first as stated in pandas documentation

Comment on lines +10 to +12
- Support for NumPy verson 2
- Minimum Pint version is 0.24
- Minimum Pandas version is 2.2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not the versions currently specified in pyproject.toml:

requires-python = ">=3.9"
dynamic = ["version"] # Version is taken from git tags using setuptools_scm
dependencies = [
"pint>=0.21",
"pandas>=1.5"
]

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

Successfully merging this pull request may close these issues.

3 participants