Last active
September 1, 2023 11:03
-
-
Save dkapitan/423d709af761f53279985499a452da12 to your computer and use it in GitHub Desktop.
Voltron stack: polars, pandas 2.0, altair 5.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: python-data-science | |
| channels: | |
| - conda-forge | |
| dependencies: | |
| - python=3.10 | |
| - adlfs | |
| - altair==5.0.1 | |
| - black | |
| - ipykernel | |
| - matplotlib | |
| - pandas=2.0.2 | |
| - polars | |
| - pyarrow | |
| - python-duckdb | |
| - mlflow | |
| - numpy | |
| - pip | |
| - psutil | |
| - scipy | |
| - scikit-learn | |
| - shap | |
| - tqdm | |
| - universal_pathlib | |
| - vegafusion | |
| - vegafusion-python-embed | |
| - vl-convert-python | |
| - xgboost | |
| - xlrd | |
| - pip: | |
| - azureml-fsspec | |
| - azureml-mlflow | |
| - 'vega @ git+https://github.com/vega/ipyvega/@master' | |
| - 'inference-schema[numpy-support]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| altair==5.0.1 | |
| black==23.3.0 | |
| jupyterlab-code-formatter | |
| fuzzywuzzy | |
| isort | |
| jupyterlab>=4.0.2 | |
| matplotlib==3.7.1 | |
| notebook==6.5.4 | |
| numpy==1.24.1 | |
| pandas==2.0.2 | |
| pandas_profiling | |
| requests | |
| pyarrow==12.0.1 | |
| scikit-learn==1.2.2 | |
| shap=0.42 | |
| statsmodels==0.14.0 | |
| xgboost==1.7.4 | |
| vega @ git+https://github.com/vega/ipyvega/@master | |
| vegafusion | |
| vegafusion-python-embed | |
| vl-convert-python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment