Skip to content

Commit

Permalink
Merge pull request #2760 from certik/ci_versions
Browse files Browse the repository at this point in the history
CI: pin exact package versions
  • Loading branch information
certik authored Jul 6, 2024
2 parents 065a58a + d718e06 commit f414b0f
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ channels:
- defaults
dependencies:
- llvmdev=11.1.0
- toml
- pytest
- jupyter
- toml=0.10.2
- pytest=7.2.0
- jupyter=1.0.0
- xeus=1.0.1
- xtl
- nlohmann_json
- cppzmq
- jupyter_kernel_test
- xonsh
- re2c
- numpy
- xtl=0.7.4
- nlohmann_json=3.9.1
- cppzmq=4.7.1
- jupyter_kernel_test=0.4.4
- xonsh=0.13.3
- re2c=2.2
- numpy=1.23.4
- zlib
- ninja
- rapidjson
- zstd
- ninja=1.11.0
- rapidjson=1.1.0
# - bison=3.4 [not win]
# - m2-bison=3.4 [win]

0 comments on commit f414b0f

Please sign in to comment.