8000 2025.2 by javierggt · Pull Request #1476 · sot/skare3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

2025.2 #1476

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

Merged
merged 3 commits into from
Mar 3, 2025
Merged

2025.2 #1476

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
8000
10 changes: 6 additions & 4 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: 2025.1
version: 2025.2

requirements:
run:
Expand Down Expand Up @@ -167,6 +167,7 @@ requirements:
- importlib-metadata ==8.5.0
- importlib_resources ==6.4.5
- iniconfig ==2.0.0
- intel-openmp ==2024.2.1 # [win]
- ipydatagrid ==1.4.0
- ipykernel ==6.29.5
- ipympl ==0.9.5
Expand Down Expand Up @@ -266,6 +267,7 @@ requirements:
- libgoogle-cloud-storage ==2.33.0
- libgpg-error ==1.51 # [linux]
- libgrpc ==1.67.1
- libhwloc ==2.11.2 # [win]
- libiconv ==1.17
- libintl ==0.22.5 # [osx or win]
- libintl-devel ==0.22.5 # [osx or win]
Expand All @@ -281,7 +283,7 @@ requirements:
- libnghttp2 ==1.64.0 # [linux or osx]
- libnsl ==2.0.1 # [linux]
- libogg ==1.3.5
- libopenblas ==0.3.28 # [osx or win]
- libopenblas ==0.3.28 # [osx]
- libopus ==1.3.1 # [linux or osx]
- libparquet ==18.1.0
- libpciaccess ==0.18 # [linux]
Expand Down Expand Up @@ -335,7 +337,7 @@ requirements:
- mccabe ==0.7.0
- menuinst ==2.2.0
- mistune ==3.0.2
- mkl ==2024.2.2 # [linux]
- mkl ==2024.2.2 # [linux or win]
- more-itertools ==10.5.0
- mpg123 ==1.32.9 # [linux]
- mpld3 ==0.5.10
Expand All @@ -359,7 +361,6 @@ requirements:
- networkx ==3.4.2
- nlohmann_json ==3.11.3
- nodejs ==22.12.0
- nomkl ==1.0 # [win]
- nose ==1.3.7
- nodeenv ==1.9.1
- notebook ==6.5.7
Expand Down Expand Up @@ -508,6 +509,7 @@ requirements:
- stack_data ==0.6.3
- tabulate ==0.9.0
- tapi ==1300.6.5 # [osx]
- tbb ==2021.13.0 # [win]
- tenacity ==9.0.0
- terminado ==0.18.1
- threadpoolctl ==3.5.0
Expand Down
36 changes: 18 additions & 18 deletions pkg_defs/ska3-matlab/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
---
package:
name: ska3-matlab
version: "2024.10"
version: 2025.2

build:
noarch: generic

requirements:
run:
- aca_view ==0.14.2
- aca_view ==0.16.0
- acis_taco ==4.2.3
- acis_thermal_check ==5.1.1
- acis_thermal_check ==5.2.0
- acispy ==2.7.0
- agasc ==4.21.2
- agasc ==4.22.0
- backstop_history ==3.2.1
- chandra_aca ==4.46.0
- chandra_limits ==0.9.2
- chandra_aca ==4.48.1
- chandra_limits ==0.10.0
- chandra_maneuver ==4.3.0
- chandra_time ==4.1.2
- cheta ==4.62.0
- cxotime ==3.8.0
- cheta ==4.62.3
- cxotime ==3.9.2
- fot-matlab ==2.4.1
- hopper ==4.6.0
- kadi ==7.12.0
- maude ==3.11.1
- mica ==4.36.0
- parse_cm ==3.16.0
- proseco ==5.15.0
- kadi ==7.14.1
- maude ==3.12.1
- mica ==4.38.1
- parse_cm ==3.16.2
- proseco ==5.16.1
- pyyaks ==4.5.0
- quaternion ==4.3.1
- ska-sphinx-theme ==1.3.0
- ska3-core ==2025.2
- ska3-template ==2022.06.02
- ska_arc5gl ==4.0.1
- ska_astro ==4.0.0
- ska_dbi ==5.1.0
- ska_dbi ==5.1.1
- ska_file ==4.0.0
- ska_ftp ==4.0.1
- ska_helpers ==0.17.0
Expand All @@ -45,9 +47,7 @@ requirements:
- ska_sun ==3.15.0
- ska_sync ==4.13.0
- ska_tdb ==4.1.0
- ska3-core ==2024.10
- ska3-template ==2022.06.02
- sparkles ==4.27.0
- sparkles ==4.28.1
- starcheck ==14.12.0
- testr ==4.12.0
- testr ==4.13.0
- xija ==4.32.0
Loading
0