Skip to content

Commit

Permalink
fix: update to envs/ conda build for precompiled M1 installs (uber#646
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bsaunders27 authored and rolandrmgservices committed Aug 22, 2023
1 parent 2a27027 commit fbe814a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions envs/environment-py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
- ../.

0 comments on commit fbe814a

Please sign in to comment.