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

[DEV] install: Update python packages to latest minor release and delete unused environment files #148

Merged
merged 4 commits into from
Sep 26, 2022

Conversation

treee111
Copy link
Owner

@treee111 treee111 commented Sep 26, 2022

This PR…

  • update python packages to latest minor release and patch level
  • update in the environment .yml, Github Action tests.yml and PyPI installation setup.cfg
  • deletes not needed environemen .yml files with actually installed packages and the legacy requirements.txt

Considerations and implementations

  • This pylint error was not there with pylint==2.12.* but is there now with 2.15.*
  • That was the trigger to update all python dev-packages accordingly (not GDAL! because this would need more testing)

grafik

How to test

  1. update existing environment via: conda env update --file conda_env/gdal-dev.yml
  2. unit tests were successful under macOS

Pull Request Checklist

@treee111 treee111 changed the title [DEV] Update python dev-packages to latest minor release and patch level [DEV] CI/CD: Update python dev-packages to latest minor release and patch level Sep 26, 2022
update existing environment via: conda env update --file conda_env/gdal-dev.yml
to the ones in conda_env/gdal-dev.yml
@treee111 treee111 force-pushed the update-python-packages branch from 4048906 to 587a149 Compare September 26, 2022 16:14
- environment-... .yml was used as export of all installed python packages in the environment per OS
- requirements.txt was used to install packages via pip (legacy)
@treee111 treee111 changed the title [DEV] CI/CD: Update python dev-packages to latest minor release and patch level [DEV] install: Update python dev-packages to latest minor release and patch level Sep 26, 2022
@treee111 treee111 changed the title [DEV] install: Update python dev-packages to latest minor release and patch level [DEV] install: Update python packages to latest minor release and delete unused environment files Sep 26, 2022
@treee111 treee111 added the infrastructure Infrastructure label Sep 26, 2022
@treee111 treee111 merged commit 47e0fb7 into develop Sep 26, 2022
@treee111 treee111 deleted the update-python-packages branch September 26, 2022 18:18
treee111 added a commit that referenced this pull request Nov 2, 2022
- requirements.txt was removed in the linked PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant