Skip to content

Commit e4eb312

Browse files
authored
Merge pull request #2765 from certik/ci_versions2
CI: pin all package versions
2 parents d26ce3a + 535d030 commit e4eb312

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ci/environment.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ channels:
44
- defaults
55
dependencies:
66
- llvmdev=11.1.0
7+
- toml=0.10.2
8+
- pytest=7.2.0
9+
- jupyter=1.0.0
710
- xeus=5.1.0
811
- xeus-zmq=3.0.0
12+
- nlohmann_json=3.11.3
13+
- jupyter_kernel_test=0.4.4
914
- xonsh=0.13.3
10-
- rapidjson
11-
- nlohmann_json
12-
- toml
13-
- pytest
14-
- jupyter
15-
- jupyter_kernel_test
16-
- re2c
17-
- numpy
15+
- re2c=2.2
16+
- numpy=1.23.4
1817
- zlib
1918
- zstd
20-
- ninja
19+
- ninja=1.11.0
20+
- rapidjson=1.1.0
2121
# - bison=3.4 [not win]
2222
# - m2-bison=3.4 [win]

0 commit comments

Comments
 (0)