Update Environments authored by Erik von Reis's avatar Erik von Reis
......@@ -12,13 +12,75 @@ The environment definition can be found on the [LHO repository server](https://a
### The default environment
The latest CDS environment definition can always be found here: []():
The latest CDS environment definition can always be found here: [https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds.yaml](https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64/cds.yaml):
Earlier versions can be found here: [](), named after the date of release. See below for a description of the package changes from version to version.
Earlier versions can be found here: [https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64](https://apt.ligo-wa.caltech.edu/sources/conda/environments/linux-64), named after the date of release. See below for a description of the package changes from version to version.
## Installing an environment
With a url to an environment defi
A conda environment can be installed from an environment definition with:
```
conda env create -f <url-to-definition>
```
# Changes history of cds environments
# 2022-06-09
## `cds-py38`
The following packages were added:
| Package name | Current version |
| ------------ | --------------- |
| cudatoolkit | 10.0 |
| cupy | {unpinned} |
| gtk3 | 3.24.34 |
The following packages were upgraded:
| Package name | Previous version | Current version |
| ------------ | ---------------- | --------------- |
| bruco | 0.1.4 | 0.2.0 |
| gwdatafind | 1.0.5 | 1.1.1 |
| psrqpy | 1.0.11 | 1.2.2 |
The following packages were relaxed:
| Package name | Previous version | Current version |
| ------------ | ---------------- | --------------- |
| mocpy | 0.8.5 | {unpinned} |
[Back to top](#)
## `cds-py39`
The following packages were added:
| Package name | Current version |
| ------------ | --------------- |
| cudatoolkit | 10.0 |
| cupy | {unpinned} |
| gtk3 | 3.24.34 |
The following packages were upgraded:
| Package name | Previous version | Current version |
| ------------ | ---------------- | --------------- |
| bruco | 0.1.4 | 0.2.0 |
| gwdatafind | 1.0.5 | 1.1.1 |
| psrqpy | 1.0.11 | 1.2.2 |
The following packages were relaxed:
| Package name | Previous version | Current version |
| ------------ | ---------------- | --------------- |
| mocpy | 0.8.5 | {unpinned} |
[Back to top](#)
Install an environment with