Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Downgrade conda #63

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Downgrade conda #63

merged 1 commit into from
Mar 27, 2024

Conversation

ajschmidt8
Copy link
Member

This PR temporarily downgrades conda to a version prior to 24.3.0.

This is necessary because 24.3.0 removed support for conda env create --force, which we use.

See the links below for more details:

This PR temporarily downgrades conda to a version prior to `24.3.0`.

This is necessary because `24.3.0` removed support for `conda env create --force`, which we use.

See the links below for more details:

- https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12
- conda/conda#13634
@ajschmidt8 ajschmidt8 merged commit 7fe0b68 into rapidsai:main Mar 27, 2024
225 checks passed
@ajschmidt8 ajschmidt8 deleted the downgrade-conda branch March 27, 2024 13:02
raydouglass pushed a commit to rapidsai/cudf that referenced this pull request Mar 27, 2024
conda dropped support for the `--force` flag to `conda env create`. This
changes that flag name to `--yes`.
See
https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12
and rapidsai/miniforge-cuda#63 for more info.
rapids-bot bot pushed a commit to rapidsai/cucim that referenced this pull request Apr 1, 2024
conda dropped support for the `--force` flag to `conda env create`. This changes that flag name to `--yes`.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

Authors:
  - Bradley Dice (https:/bdice)

Approvers:
  - Ray Douglass (https:/raydouglass)
  - https:/jakirkham

URL: #716
rapids-bot bot pushed a commit to rapidsai/cuml that referenced this pull request Apr 1, 2024
conda dropped support for the `--force` flag to `conda env create`. This changes that flag name to `--yes`.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

Authors:
  - Bradley Dice (https:/bdice)

Approvers:
  - Ray Douglass (https:/raydouglass)
  - https:/jakirkham

URL: #5822
rapids-bot bot pushed a commit to rapidsai/kvikio that referenced this pull request Apr 1, 2024
conda dropped support for the `--force` flag to `conda env create`. This changes that flag name to `--yes`.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

Authors:
  - Bradley Dice (https:/bdice)

Approvers:
  - Ray Douglass (https:/raydouglass)
  - https:/jakirkham

URL: #357
rapids-bot bot pushed a commit to rapidsai/wholegraph that referenced this pull request Apr 1, 2024
conda dropped support for the `--force` flag to `conda env create`. This changes that flag name to `--yes`.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

Authors:
  - Bradley Dice (https:/bdice)

Approvers:
  - Ray Douglass (https:/raydouglass)
  - https:/jakirkham

URL: #155
rapids-bot bot pushed a commit to rapidsai/cuvs that referenced this pull request Apr 1, 2024
conda dropped support for the `--force` flag to `conda env create`. This changes that flag name to `--yes`.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

Authors:
  - Bradley Dice (https:/bdice)

Approvers:
  - Ray Douglass (https:/raydouglass)
  - https:/jakirkham

URL: #62
rapids-bot bot pushed a commit to rapidsai/cuxfilter that referenced this pull request Apr 1, 2024
conda dropped support for the `--force` flag to `conda env create`. This changes that flag name to `--yes`.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

Authors:
  - Bradley Dice (https:/bdice)

Approvers:
  - Ray Douglass (https:/raydouglass)

URL: #584
rapids-bot bot pushed a commit to rapidsai/cuspatial that referenced this pull request Apr 1, 2024
conda dropped support for the `--force` flag to `conda env create`. This changes that flag name to `--yes`.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

Authors:
  - Bradley Dice (https:/bdice)

Approvers:
  - Ray Douglass (https:/raydouglass)

URL: #1364
rapids-bot bot pushed a commit to rapidsai/cugraph that referenced this pull request Apr 2, 2024
conda dropped support for the `--force` flag to `conda env create`. This changes that flag name to `--yes`.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

Authors:
  - Bradley Dice (https:/bdice)

Approvers:
  - Ray Douglass (https:/raydouglass)
  - https:/jakirkham

URL: #4286
@jakirkham
Copy link
Member

Thanks AJ and Bradley for working on this! 🙏

Looks like the bulk of RAPIDS projects have now moved off --force

There are a couple projects that may need another nudge. Am raising these offline

For now think we are ok to update Conda again

@jakirkham jakirkham mentioned this pull request Apr 3, 2024
@jakirkham
Copy link
Member

Upgrading Conda with PR: #64

benfred pushed a commit to benfred/cuvs that referenced this pull request Apr 5, 2024
conda dropped support for the `--force` flag to `conda env create`. This changes that flag name to `--yes`.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

Authors:
  - Bradley Dice (https:/bdice)

Approvers:
  - Ray Douglass (https:/raydouglass)
  - https:/jakirkham

URL: rapidsai#62
rapids-bot bot pushed a commit to nv-morpheus/Morpheus that referenced this pull request Apr 17, 2024
conda dropped support for the --force flag to conda env create. This changes that flag name to --yes.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https:/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - Eli Fajardo (https:/efajardo-nv)

Approvers:
  - David Gardner (https:/dagardner-nv)

URL: #1636
dagardner-nv pushed a commit to dagardner-nv/Morpheus that referenced this pull request Apr 19, 2024
conda dropped support for the --force flag to conda env create. This changes that flag name to --yes.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https:/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - Eli Fajardo (https:/efajardo-nv)

Approvers:
  - David Gardner (https:/dagardner-nv)

URL: nv-morpheus#1636
difyrrwrzd added a commit to difyrrwrzd/cuvs that referenced this pull request Aug 10, 2024
conda dropped support for the `--force` flag to `conda env create`. This changes that flag name to `--yes`.
See https:/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

Authors:
  - Bradley Dice (https:/bdice)

Approvers:
  - Ray Douglass (https:/raydouglass)
  - https:/jakirkham

URL: rapidsai/cuvs#62
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants