Skip to content

Commit

Permalink
Add pinned versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Feb 21, 2024
1 parent 3d9da6d commit 50e6dec
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions environment/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
c_compiler: # [win]
- vs2019 # [win]
cxx_compiler: # [win]
- vs2019 # [win]
c_compiler:
- vs2019 # [win and x86_64]
- vs2022 # [win and arm64]
cxx_compiler:
- vs2019 # [win and x86_64]
- vs2022 # [win and arm64]
fmt:
- 10
hdf5:
- 1.14.3
libgdal:
- 3.8
numpy:
- 1.22

0 comments on commit 50e6dec

Please sign in to comment.