|
24 | 24 | "import os\n", |
25 | 25 | "import re\n", |
26 | 26 | "import sys\n", |
| 27 | + "import matplotlib\n", |
27 | 28 | "\n", |
28 | 29 | "import numpy as np\n", |
| 30 | + "import scipy as sp\n", |
29 | 31 | "import pandas as pd\n", |
30 | | - "import FireSciPy as fsp\n", |
| 32 | + "import firescipy as fsp\n", |
31 | 33 | "import matplotlib.pyplot as plt\n", |
32 | 34 | "\n", |
33 | 35 | "from importlib import reload # Python 3.4+\n", |
|
56 | 58 | "})\n" |
57 | 59 | ] |
58 | 60 | }, |
| 61 | + { |
| 62 | + "cell_type": "code", |
| 63 | + "execution_count": null, |
| 64 | + "metadata": {}, |
| 65 | + "outputs": [], |
| 66 | + "source": [ |
| 67 | + "###########################################################################\n", |
| 68 | + "## ! Use the 'requirements.txt' to create a virtual Python environment ! ##\n", |
| 69 | + "###########################################################################\n", |
| 70 | + "\n", |
| 71 | + "# Package Versions\n", |
| 72 | + "# ----------------\n", |
| 73 | + "# Python version: 3.13.3 (tags/v3.13.3:6280bb5, Apr 8 2025, 14:47:33) [MSC v.1943 64 bit (AMD64)]\n", |
| 74 | + "# Python path: F:\\PhD\\PythonPackage\\venv_Packaging\\Scripts\\python.exe\n", |
| 75 | + "# Numpy version: 2.3.2\n", |
| 76 | + "# SciPy version: 1.16.1\n", |
| 77 | + "# Pandas version: 2.3.1\n", |
| 78 | + "# Matplotlib version: 3.10.5\n", |
| 79 | + "# FireSciPy version: 0.0.3\n", |
| 80 | + "\n", |
| 81 | + "\n", |
| 82 | + "print('Package Versions')\n", |
| 83 | + "print('----------------')\n", |
| 84 | + "print('Python version: {}'.format(sys.version))\n", |
| 85 | + "print('Python path: {}'.format(sys.executable))\n", |
| 86 | + "print('Numpy version: {}'.format(np.__version__))\n", |
| 87 | + "print('SciPy version: {}'.format(sp.__version__))\n", |
| 88 | + "print('Pandas version: {}'.format(pd.__version__))\n", |
| 89 | + "print('Matplotlib version: {}'.format(matplotlib.__version__))\n", |
| 90 | + "print('FireSciPy version: {}'.format(fsp.__version__))\n" |
| 91 | + ] |
| 92 | + }, |
59 | 93 | { |
60 | 94 | "cell_type": "markdown", |
61 | 95 | "metadata": {}, |
|
1489 | 1523 | ], |
1490 | 1524 | "metadata": { |
1491 | 1525 | "kernelspec": { |
1492 | | - "display_name": "Python 3", |
| 1526 | + "display_name": "Python (venv_Packaging)", |
1493 | 1527 | "language": "python", |
1494 | | - "name": "python3" |
| 1528 | + "name": "venv_packaging" |
1495 | 1529 | }, |
1496 | 1530 | "language_info": { |
1497 | 1531 | "codemirror_mode": { |
|
1503 | 1537 | "name": "python", |
1504 | 1538 | "nbconvert_exporter": "python", |
1505 | 1539 | "pygments_lexer": "ipython3", |
1506 | | - "version": "3.6.9" |
| 1540 | + "version": "3.13.3" |
1507 | 1541 | } |
1508 | 1542 | }, |
1509 | 1543 | "nbformat": 4, |
|
0 commit comments