Skip to content

Commit

Permalink
Changes to get the meta and environment working with a pinned version…
Browse files Browse the repository at this point in the history
… of ale (#3857)
  • Loading branch information
acpaquette authored May 6, 2020
1 parent 664df15 commit 4a304e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults

dependencies:
- ale >=0.7.1
- ale<0.8.0
- boost=1.68.0
- armadillo
- blas
Expand Down
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build:
# Shotgun strat on requirements until we can narrow them down
requirements:
build:
- ale >=0.7.1
- ale<0.8
- boost=1.68.0
- armadillo
- blas
Expand Down Expand Up @@ -78,7 +78,7 @@ requirements:
- nanoflann
- nlohmann_json
- ninja==1.7.2
- conda-forge/label/gcc7::nn
- nn
- opencv>=3.0.0,<=4.0.0
- openssl>=1.0.0,<1.1.0
- pcl
Expand All @@ -100,7 +100,7 @@ requirements:
- zlib

run:
- ale >=0.7.1
- ale<0.8
- boost=1.68.0
- armadillo
- blas
Expand Down Expand Up @@ -131,7 +131,7 @@ requirements:
- mysql-connector-c
- nanoflann
- nlohmann_json
- conda-forge/label/gcc7::nn
- nn
- opencv>=3.0.0,<=4.0.0
- openssl>=1.0.0,<1.1.0
- pcl
Expand Down

0 comments on commit 4a304e1

Please sign in to comment.