git: Update project depencencies to fix #5.
parent
32f0d143f2
commit
dc9264cd65
|
|
@ -210,4 +210,4 @@ user-defined extensions).")
|
||||||
"python-scipy" "python-scikit-learn"
|
"python-scipy" "python-scikit-learn"
|
||||||
"python-pyqt@5" "python-pyqt5-sip"
|
"python-pyqt@5" "python-pyqt5-sip"
|
||||||
"python-numpy@1" "python-pandas@1.5"
|
"python-numpy@1" "python-pandas@1.5"
|
||||||
"python-matplotlib"))))
|
"python-matplotlib" "python-odfpy"))))
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
matplotlib==3.6.3
|
||||||
|
numpy==1.23.5
|
||||||
|
pandas==1.5.3
|
||||||
|
PyQt5==5.15.9
|
||||||
|
PyQt5-Qt5==5.15.2
|
||||||
|
PyQt5-sip==12.11.0
|
||||||
|
python-dateutil==2.8.2
|
||||||
|
scikit-learn==1.2.1
|
||||||
|
scipy==1.10.0
|
||||||
|
pyqt-file-list-widget==0.0.1
|
||||||
|
qtrangeslider==0.1.5
|
||||||
|
astropy==6.1.7
|
||||||
|
odfpy==1.4.1
|
||||||
Loading…
Reference in New Issue