{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "67f6f7ed-b67d-465b-bf6f-a99b0d996930", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[OK] Your Python version is 3.10.12\n", "numpy >= 1.24.3 \n", "matplotlib >= 3.7.1. \n", "jupyterlab >= 4.0. \n", "tensorflow >= 2.15.0 \n", "torch >= 2.0.1 \n", "tqdm >= 4.66.1 \n", "tiktoken >= 0.5.1 \n" ] } ], "source": [ "from python_environment_check import check_packages, get_requirements_dict\n", "\n", "d = get_requirements_dict()\n", "check_packages(d)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.12" } }, "nbformat": 4, "nbformat_minor": 5 }