Skip to content

Commit

Permalink
Fix deps to boost and numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboudon committed Jan 23, 2024
1 parent c8489b7 commit 6339edd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
numpy:
- 1.22 # [win]
- 1.22 # [osx]
- 1.22 # [linux]
boost:
- 1.74 # [win]
- 1.78 # [osx]
- 1.78 # [linux]
#numpy:
# - 1.22 # [win]
# - 1.22 # [osx]
# - 1.22 # [linux]
#boost:
# - 1.74 # [win]
# - 1.78 # [osx]
# - 1.78 # [linux]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
Expand Down

0 comments on commit 6339edd

Please sign in to comment.