File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
cff-version : 1.2.0
2
2
title : ' space_packet_parser'
3
3
type : software
4
- version : ' 6.0.0rc2 '
4
+ version : ' 6.0.0rc3 '
5
5
description : A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
6
6
license : BSD-3-Clause
7
7
abstract : The Space Packet Parser Python library is a generalized, configurable packet decoding library for CCSDS telemetry
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : " space_packet_parser"
3
- version : " 6.0.0rc2 "
3
+ version : " 6.0.0rc3 "
4
4
5
5
source :
6
6
path : .
@@ -25,7 +25,7 @@ requirements:
25
25
- click>=8.0
26
26
- rich>=13.0
27
27
- xarray>2024.0.0
28
- - numpy>=2.0 .0
28
+ - numpy>=1.20 .0
29
29
30
30
test :
31
31
imports :
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " space_packet_parser"
3
- version = " 6.0.0rc2 "
3
+ version = " 6.0.0rc3 "
4
4
description = " A CCSDS telemetry packet decoding library based on the XTCE packet format description standard."
5
5
license = { text = " BSD-3-Clause" }
6
6
readme = " README.md"
@@ -61,7 +61,7 @@ spp = "space_packet_parser.cli:spp"
61
61
[project .optional-dependencies ]
62
62
xarray = [
63
63
" xarray>2024.0.0" ,
64
- " numpy>=2.0 .0"
64
+ " numpy>=1.20 .0"
65
65
]
66
66
examples = [
67
67
" matplotlib>=3.4"
@@ -97,7 +97,7 @@ include = [
97
97
98
98
[tool .poetry .group .xarray .dependencies ]
99
99
xarray = " >2024.0.0"
100
- numpy = " >=2.0 .0"
100
+ numpy = " >=1.20 .0"
101
101
102
102
[tool .poetry .group .examples .dependencies ]
103
103
matplotlib = " >=3.4"
You can’t perform that action at this time.
0 commit comments