We have successfully run our program with the following:
| Package | Version |
|---|---|
| asgiref | 3.7.2 |
| Django | 4.2.8 |
| numpy | 1.26.2 |
| pip | 20.2.3 |
| scipy | 1.11.4 |
| setuptools | 49.2.1 |
| sqlparse | 0.4.4 |
| typing-extensions | 4.8.0 |
| tzdata | 2023.3 |
Note that it is sufficient to install only django (pip install django) and scipy (pip install scipy) - the remaining packages are dependencies for these.
We use the standard Django commands (i.e. using manage.py). Run using: python3 manage.py runserver