|
1 | 1 | # 🔢 NumPy Workshop |
2 | 2 |
|
3 | 3 | [](https://github.com/mr-pylin/numpy-workshop/blob/main/LICENSE) |
4 | | -[](https://www.python.org/downloads/release/python-3137/) |
| 4 | +[](https://www.python.org/downloads/release/python-3137/) |
5 | 5 | [](https://app.codacy.com/gh/mr-pylin/numpy-workshop/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) |
6 | 6 | [](https://github.com/psf/black) |
7 | 7 |  |
@@ -51,17 +51,16 @@ An in-depth guide to mastering **NumPy**, covering fundamental to advanced array |
51 | 51 |
|
52 | 52 | ## ⚙️ Setup |
53 | 53 |
|
54 | | -This project requires Python **v3.10** or higher. It was developed and tested using Python **v3.13.7**. If you encounter issues running the specified version of dependencies, consider using this version of Python. |
| 54 | +This project requires Python **v3.10** or higher. It was developed and tested using Python **v3.14.0**. If you encounter issues running the specified version of dependencies, consider using this version of Python. |
55 | 55 |
|
56 | 56 | ### 📝 List of Dependencies |
57 | 57 |
|
58 | 58 | Installing `matplotlib` and `pandas` is **OPTIONAL**. They are used exclusively in the [**Looking Ahead Notebook**](./code/21-looking-ahead.ipynb) to show an application of using them. |
59 | 59 |
|
60 | | -[](https://pypi.org/project/ipykernel/6.30.1/) |
61 | | -[](https://pypi.org/project/matplotlib/3.10.6/) |
62 | | -[](https://pypi.org/project/numpy/2.3.2/) |
63 | | -[](https://pypi.org/project/pandas/2.3.2/) |
64 | | -<!-- [](https://pypi.org/project/ipywidgets/8.1.5/) --> |
| 60 | +[](https://pypi.org/project/ipykernel/7.0.1/) |
| 61 | +[](https://pypi.org/project/matplotlib/3.10.7/) |
| 62 | +[](https://pypi.org/project/numpy/2.3.4/) |
| 63 | +[](https://pypi.org/project/pandas/2.3.3/) |
65 | 64 |
|
66 | 65 | ### 📦 Installing Dependencies |
67 | 66 |
|
|
0 commit comments