From 838d1d333585c36fc79a99324f07937c336fbc39 Mon Sep 17 00:00:00 2001 From: Prince Sumberia Date: Wed, 26 Aug 2020 23:07:26 +0530 Subject: [PATCH] Update SimPy Link The previous link was returning 404. Updated with current working URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c93f2c39..fe6c218e 100644 --- a/README.md +++ b/README.md @@ -1024,7 +1024,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [QuTiP](http://qutip.org/) - Quantum Toolbox in Python. * [RDKit](http://www.rdkit.org/) - Cheminformatics and Machine Learning Software. * [SciPy](https://www.scipy.org/) - A Python-based ecosystem of open-source software for mathematics, science, and engineering. -* [SimPy](https://bitbucket.org/simpy/simpy) - A process-based discrete-event simulation framework. +* [SimPy](https://gitlab.com/team-simpy/simpy) - A process-based discrete-event simulation framework. * [statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python. * [SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics. * [Zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library.