-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump package and tooling dependencies #88
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
matthuska
commented
Aug 7, 2023
- Use latest version of poetry and nox, as well as all packages we depend on. This resolves some warnings we had during tests.
- Remove upper limits of package versions in pyproject.toml to more easily adapt to newer package versions.
- Stop using pandas.fetch_sql() as it seems to be bugged in verions >= 2.0.0
- Simplify sonar conda env to only include core packages. The rest should be installed using poetry to guarantee the locked package versions are used (to match testing and CI envs)
- Update documentation to include newer poetry and nox versions
- Use latest version of poetry and nox, as well as all packages we depend on. This resolves some warnings we had during tests. - Remove upper limits of package versions in pyproject.toml to more easily adapt to newer package versions. - Stop using pandas.fetch_sql() as it seems to be bugged in verions >= 2.0.0 - Simplify sonar conda env to only include core packages. The rest should be installed using poetry to guarantee the locked package versions are used (to match testing and CI envs) - Update documentation to include newer poetry and nox versions
- Use latest version of poetry and nox, as well as all packages we depend on. This resolves some warnings we had during tests. - Remove upper limits of package versions in pyproject.toml to more easily adapt to newer package versions. - Stop using pandas.fetch_sql() as it seems to be bugged in verions >= 2.0.0 - Simplify sonar conda env to only include core packages. The rest should be installed using poetry to guarantee the locked package versions are used (to match testing and CI envs) - Update documentation to include newer poetry and nox versions
…vsonar into fix/bump-dep-versions
- Use latest version of poetry and nox, as well as all packages we depend on. This resolves some warnings we had during tests. - Remove upper limits of package versions in pyproject.toml to more easily adapt to newer package versions. - Stop using pandas.fetch_sql() as it seems to be bugged in verions >= 2.0.0 - Simplify sonar conda env to only include core packages. The rest should be installed using poetry to guarantee the locked package versions are used (to match testing and CI envs) - Update documentation to include newer poetry and nox versions
…vsonar into fix/bump-dep-versions
- Use latest version of poetry and nox, as well as all packages we depend on. This resolves some warnings we had during tests. - Remove upper limits of package versions in pyproject.toml to more easily adapt to newer package versions. - Stop using pandas.fetch_sql() as it seems to be bugged in verions >= 2.0.0 - Simplify sonar conda env to only include core packages. The rest should be installed using poetry to guarantee the locked package versions are used (to match testing and CI envs) - Update documentation to include newer poetry and nox versions
matthuska
force-pushed
the
fix/bump-dep-versions
branch
from
August 29, 2023 14:50
c267bdc
to
707c7fb
Compare
can you remove emboss and ensure tat parasail is included. Thx a lot! |
Emboss has now been removed. Parasail is installed by poetry along with all other python dependencies, the conda environment is only for non-python dependencies as well as the python tools themselves (python 3.9, nox, poetry, pre-commit). I also renamed the environment file from |
… trapped at python 3.9.2 (instead of 3.9.18).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.