Commit 4b07fcdc authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #1134 from maresb/patch-1

Pandas to 1.1
parents a4d48eaf 81131ffc
...@@ -32,7 +32,7 @@ RUN conda install --quiet --yes \ ...@@ -32,7 +32,7 @@ RUN conda install --quiet --yes \
# numba update to 0.49 fails resolving deps. # numba update to 0.49 fails resolving deps.
'numba=0.48.*' \ 'numba=0.48.*' \
'numexpr=2.7.*' \ 'numexpr=2.7.*' \
'pandas=1.0.*' \ 'pandas=1.1.*' \
'patsy=0.5.*' \ 'patsy=0.5.*' \
'protobuf=3.12.*' \ 'protobuf=3.12.*' \
'pytables=3.6.*' \ 'pytables=3.6.*' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment