File tree 2 files changed +10
-13
lines changed 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 40
40
environment-file : ci/environment.yml
41
41
create-args : >-
42
42
python=${{ matrix.python-version }}
43
- cmake=3.21.1
43
+ cmake=3.30.0
44
44
45
45
- name : Install Windows Conda Packages
46
46
if : contains(matrix.os, 'windows')
@@ -454,12 +454,12 @@ jobs:
454
454
create-args : >-
455
455
llvmdev=11.1.0
456
456
bison=3.4
457
- re2c
458
- zlib
459
- cmake
460
- make
457
+ re2c=2.2
458
+ zlib=1.3.1
459
+ cmake=3.30.0
460
+ make=4.3
461
461
python=${{ matrix.python-version }}
462
- numpy
462
+ numpy=1.26.4
463
463
464
464
- uses : hendrikmuhs/ccache-action@main
465
465
with :
@@ -508,12 +508,9 @@ jobs:
508
508
with :
509
509
environment-file : ci/environment.yml
510
510
create-args : >-
511
- jupyter
512
- nlohmann_json
511
+ jupyter=1.0.0
513
512
python=3.10
514
513
bison=3.4
515
- xeus=5.1.0
516
- xeus-zmq=3.0.0
517
514
518
515
- uses : hendrikmuhs/ccache-action@main
519
516
with :
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ dependencies:
13
13
- jupyter_kernel_test=0.4.4
14
14
- xonsh=0.13.3
15
15
- re2c=2.2
16
- - numpy=1.23 .4
17
- - zlib
18
- - zstd
16
+ - numpy=1.26 .4
17
+ - zlib=1.3.1
18
+ - zstd=1.5.6
19
19
- ninja=1.11.0
20
20
- rapidjson=1.1.0
21
21
# - bison=3.4 [not win]
You can’t perform that action at this time.
0 commit comments