Update config files

This commit is contained in:
augustin64 2024-06-05 11:50:17 +02:00
parent 4817065712
commit 2a5a2a0e18
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -21,3 +21,5 @@ tftpboot
pxelinux.cfg
serial.out
memdisk
**/venv
cache_utils/results*/

View File

@ -4,5 +4,6 @@ wquantiles==0.5
matplotlib~=3.2.1
numpy~=1.18.2
gmpy2~=2.0.8
#gmpy2~=2.0.8
scipy~=1.4.1
PyQt5