Skip to content
Snippets Groups Projects
Commit 633692ca authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda_build_config] Bump bob/beat-devel; Add pandas and tqdm variables

parent 7a5e6b2b
No related branches found
No related tags found
1 merge request!104Remove oset, add pandas and tqdm
Pipeline #33085 passed
...@@ -51,12 +51,12 @@ zip_keys: ...@@ -51,12 +51,12 @@ zip_keys:
# This version of bob-devel will be used at test time of packages: # This version of bob-devel will be used at test time of packages:
bob_devel: bob_devel:
- 2019.08.28 - 2019.09.05
# This version of beat-devel will be used at test time of packages. Notice it # This version of beat-devel will be used at test time of packages. Notice it
# uses bob-devel and should have a version that is greater or equal its value # uses bob-devel and should have a version that is greater or equal its value
beat_devel: beat_devel:
- 2019.08.28 - 2019.09.05
# The build time only dependencies (build requirements). # The build time only dependencies (build requirements).
# Updating these to the latest version all the time is OK and a good idea. # Updating these to the latest version all the time is OK and a good idea.
...@@ -132,6 +132,8 @@ mne: ...@@ -132,6 +132,8 @@ mne:
- 0.18.1 - 0.18.1
opencv: opencv:
- 3.4.2 - 3.4.2
pandas:
- 0.25.1
pillow: pillow:
- 6.1.0 - 6.1.0
pyedflib: pyedflib:
...@@ -162,6 +164,8 @@ tensorflow: ...@@ -162,6 +164,8 @@ tensorflow:
- 1.14.0 - 1.14.0
torchvision: torchvision:
- 0.2.1 - 0.2.1
tqdm:
- 4.32.1
zc_recipe_egg: zc_recipe_egg:
- 2.0.7 - 2.0.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment