From a58f6151492871ec4e96e06248f4311adfc8d830 Mon Sep 17 00:00:00 2001 From: Ben Saunders Date: Thu, 20 Jul 2023 11:39:39 -0700 Subject: [PATCH] fix: update to `envs/` conda build for precompiled M1 installs --- envs/environment-py39.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/envs/environment-py39.yml b/envs/environment-py39.yml index 4d0658ad..c19316e3 100644 --- a/envs/environment-py39.yml +++ b/envs/environment-py39.yml @@ -9,7 +9,7 @@ dependencies: - pip: - absl-py==0.12.0 - appnope==0.1.2 - - argon2-cffi==20.1.0 + - argon2-cffi==21.2.0 - astunparse==1.6.3 - async-generator==1.10 - attrs==20.3.0 @@ -20,18 +20,18 @@ dependencies: - chardet==4.0.0 - coverage==5.5 - cycler==0.10.0 - - cython==0.29.23 + - Cython==0.29.34 - decorator==5.0.7 - defusedxml==0.7.1 - - dill==0.3.3 + - dill==0.3.5.1 - entrypoints==0.3 - future==0.18.2 - gast==0.3.3 - google-auth==1.29.0 - google-auth-oauthlib==0.4.4 - google-pasta==0.2.0 - - grpcio==1.37.0 - - h5py==2.10.0 + - grpcio==1.51.3 + - h5py==3.9.0 - idna==2.10 - iniconfig==1.1.1 - ipykernel==5.5.3 @@ -54,8 +54,8 @@ dependencies: - jupyterlab-pygments==0.1.2 - jupyterlab-widgets==1.0.0 - kiwisolver==1.3.1 - - lightgbm==3.2.1 - - llvmlite==0.36.0 + - lightgbm==3.3.4 + - llvmlite==0.39.0 - lxml==4.6.3 - markdown==3.3.4 - markupsafe==1.1.1 @@ -66,14 +66,14 @@ dependencies: - nbformat==5.1.3 - nest-asyncio==1.5.1 - notebook==6.3.0 - - numba==0.53.1 + - numba==0.56.0 - oauthlib==3.1.0 - opt-einsum==3.3.0 - packaging==20.9 - pandas==1.2.4 - pandocfilters==1.4.3 - parso==0.8.2 - - patsy==0.5.1 + - patsy==0.5.2 - pexpect==4.8.0 - pickleshare==0.7.5 - pillow==8.2.0 @@ -133,4 +133,5 @@ dependencies: - widgetsnbextension==3.5.1 - wrapt==1.12.1 - xgboost==1.4.1 - - causalml>=0.10.0 + ## Relative path to setup.py directory for full local installation + - ../. \ No newline at end of file