Skip to content

Commit f414b0f

Browse files
authored
Merge pull request #2760 from certik/ci_versions
CI: pin exact package versions
2 parents 065a58a + d718e06 commit f414b0f

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

ci/environment.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ channels:
44
- defaults
55
dependencies:
66
- llvmdev=11.1.0
7-
- toml
8-
- pytest
9-
- jupyter
7+
- toml=0.10.2
8+
- pytest=7.2.0
9+
- jupyter=1.0.0
1010
- xeus=1.0.1
11-
- xtl
12-
- nlohmann_json
13-
- cppzmq
14-
- jupyter_kernel_test
15-
- xonsh
16-
- re2c
17-
- numpy
11+
- xtl=0.7.4
12+
- nlohmann_json=3.9.1
13+
- cppzmq=4.7.1
14+
- jupyter_kernel_test=0.4.4
15+
- xonsh=0.13.3
16+
- re2c=2.2
17+
- numpy=1.23.4
1818
- zlib
19-
- ninja
20-
- rapidjson
19+
- zstd
20+
- ninja=1.11.0
21+
- rapidjson=1.1.0
2122
# - bison=3.4 [not win]
2223
# - m2-bison=3.4 [win]

0 commit comments

Comments
 (0)