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

2024.10 #1423

Merged
merged 2 commits into from
Nov 25, 2024
Merged

2024.10 #1423

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions pkg_defs/ska3-core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
package:
name: ska3-core
version: 2024.7
version: "2024.10"

requirements:
run:
Expand Down Expand Up @@ -196,11 +196,13 @@ requirements:
- libexpat ==2.6.2
- libffi ==3.4.2
- libflac ==1.4.3 # [linux]
- libgcc-ng ==13.2.0 # [linux]
- libgcc ==14.1.0 # [linux]
- libgcc-ng ==14.1.0 # [linux]
- libgcrypt ==1.10.3 # [linux]
- libgfortran ==5.0.0 # [osx]
- libgfortran-ng ==13.2.0 # [linux]
- libgfortran5 ==13.2.0 # [linux or osx]
- libgfortran ==14.1.0 # [linux]
- libgfortran-ng ==14.1.0 # [linux]
- libgfortran5 ==14.1.0 # [linux or osx]
- libglib ==2.78.4
- libgpg-error ==1.48 # [linux]
- libhwloc ==2.9.3
Expand Down Expand Up @@ -390,7 +392,7 @@ requirements:
- ruamel.yaml.clib ==0.2.8
- ruff ==0.2.2
- scikit-learn ==1.4.1.post1
- scipy ==1.12.0
- scipy ==1.14.1
- secretstorage ==3.3.3 # [linux]
- send2trash ==1.8.2
- setuptools ==69.1.1
Expand Down
36 changes: 17 additions & 19 deletions pkg_defs/ska3-matlab/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
---
package:
name: ska3-matlab
version: 2024.8
version: "2024.10"

build:
noarch: generic

requirements:
run:
- aca_view ==0.14.1
- aca_view ==0.14.2
- acis_taco ==4.2.3
- acis_thermal_check ==5.1.1
- acispy ==2.6.0
- agasc ==4.21.0
- acispy ==2.7.0
- agasc ==4.21.2
- backstop_history ==3.2.1
- chandra_aca ==4.45.1
- chandra_cmd_states ==4.1.0
- chandra_limits ==0.9.1
- chandra_maneuver ==4.2.0
- chandra_aca ==4.46.0
- chandra_limits ==0.9.2
- chandra_maneuver ==4.3.0
- chandra_time ==4.1.2
- cheta ==4.62.0
- cxotime ==3.8.0
- find_attitude ==3.4.4
- fot-matlab ==2.4.1
- hopper ==4.6.0
- kadi ==7.11.0
- kadi ==7.12.0
- maude ==3.11.1
- mica ==4.35.2
- parse_cm ==3.15.0
- proseco ==5.13.2
- mica ==4.36.0
- parse_cm ==3.16.0
- proseco ==5.15.0
- pyyaks ==4.5.0
- quaternion ==4.3.1
- ska-sphinx-theme ==1.3.0
Expand All @@ -37,19 +35,19 @@ requirements:
- ska_dbi ==5.1.0
- ska_file ==4.0.0
- ska_ftp ==4.0.1
- ska_helpers ==0.16.0
- ska_helpers ==0.17.0
- ska_matplotlib ==4.0.1
- ska_numpy ==4.0.1
- ska_parsecm ==4.0.1
- ska_path ==3.1.2
- ska_quatutil ==4.0.0
- ska_shell ==4.0.1
- ska_sun ==3.14.0
- ska_sun ==3.15.0
- ska_sync ==4.13.0
- ska_tdb ==4.0.0
- ska3-core ==2024.7
- ska_tdb ==4.1.0
- ska3-core ==2024.10
- ska3-template ==2022.06.02
- sparkles ==4.26.1
- starcheck ==14.11.0
- sparkles ==4.27.0
- starcheck ==14.12.0
- testr ==4.12.0
- xija ==4.32.0
Loading