File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,12 @@ jobs:
23
23
fail-fast : false
24
24
matrix :
25
25
version :
26
- - ' 1.10 '
27
- - ' 1.11 '
26
+ - ' lts '
27
+ - ' 1'
28
28
- ' pre'
29
29
os :
30
30
- ubuntu-latest
31
+ - windows-latest
31
32
arch :
32
33
- x64
33
34
steps :
Original file line number Diff line number Diff line change 1
- [deps ]
2
- NetCDF4 = " "
3
-
4
1
[pip .deps ]
5
2
pyspedas = " @git+https://github.com/spedas/pyspedas"
Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ version = "0.1.0"
6
6
[deps ]
7
7
Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
8
8
DimensionalData = " 0703355e-b756-11e9-17c0-8b28908087d0"
9
+ NetCDF_jll = " 7243133f-43d8-5620-bbf4-c2c921802cf3"
9
10
PythonCall = " 6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
10
11
SpaceDataModel = " 0b37b92c-f0c5-4a52-bd5c-390dec20857c"
11
12
12
13
[compat ]
13
14
Dates = " 1"
14
15
DimensionalData = " 0.29"
16
+ NetCDF_jll = " 401"
15
17
PythonCall = " 0.9.23"
16
18
SpaceDataModel = " 0.1.8"
17
19
julia = " 1.10"
Original file line number Diff line number Diff line change 1
1
module PySPEDAS
2
2
3
+ using NetCDF_jll
3
4
using PythonCall
4
5
using PythonCall: pynew
5
6
using Dates
You can’t perform that action at this time.
0 commit comments