-
-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- makes polyfit work for profiles containing error values
- Loading branch information
Showing
31 changed files
with
27,704 additions
and
27,694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
gevent==1.4.0 | ||
gevent-websocket==0.10.1 | ||
numpy==1.17.4 # 1.16.4 | ||
numpy==1.18.0 # 1.17.4 | ||
colorspacious==1.1.2 | ||
scipy==1.3.1 | ||
scipy==1.4.1 # 1.3.1 | ||
matplotlib==3.1.2 | ||
PyQt5==5.13.2 | ||
openpyxl==3.0.0 | ||
openpyxl==3.0.2 | ||
pyinstaller==3.5 | ||
#jeepney==0.4 | ||
#cryptography==2.6.1 | ||
keyring==19.2.0 | ||
keyring==19.2.0 # builds with 19.3.0 and 20.0.0 fail with py2app/pyinstaller | ||
SecretStorage==3.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
gevent==1.4.0 | ||
gevent-websocket==0.10.1 | ||
numpy==1.17.4 # 1.16.4 | ||
numpy==1.18.0 # 1.17.4 | ||
colorspacious==1.1.2 | ||
scipy==1.3.1 # 1.3.2 breaks pyinstaller due to different shared lib location | ||
scipy==1.4.1 # 1.3.1 # 1.3.2 breaks pyinstaller due to different shared lib location | ||
matplotlib==3.1.2 | ||
PyQt5==5.13.2 | ||
openpyxl==3.0.0 | ||
openpyxl==3.0.2 | ||
pyinstaller==3.5 | ||
pywin32==225 | ||
keyring==19.2.0 | ||
keyring==19.2.0 # builds with 19.3.0 and 20.0.0 fail with py2app/pyinstaller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
pyserial==3.4 | ||
pymodbus==2.3.0 #2.2.0 | ||
pymodbus==2.3.0 | ||
unidecode==1.1.1 | ||
bottle==0.12.17 | ||
bottle==0.12.18 | ||
qrcode==6.1 | ||
requests==2.22.0 | ||
yoctopuce==1.10.37304 | ||
yoctopuce==1.10.38545 | ||
pefile==2019.4.18 | ||
altgraph==0.16.1 | ||
macholib==1.11 | ||
python-snap7==0.10 | ||
pyusb==1.0.2 | ||
setuptools==41.4.0 | ||
setuptools==42.0.2 | ||
persist-queue==0.5.0 | ||
portalocker==1.5.2 | ||
prettytable==0.7.2 | ||
Phidget22==1.5.20191106 | ||
Phidget22==1.5.20191113 | ||
natsort==6.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.