-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from nanthony21/dev
Allow OPD filtering in GUI
- Loading branch information
Showing
7 changed files
with
50 additions
and
21 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 |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
author='Nick Anthony', | ||
author_email='[email protected]', | ||
url='https://github.com/nanthony21/pwspy_gui', | ||
python_requires='>=3.7', | ||
python_requires='>=3.7,<3.10', # In python 3.10 a chnage occured which means that PyQt no longer implicitly converts float to int. Causes crashes. | ||
install_requires=['numpy', | ||
'matplotlib', | ||
'psutil', | ||
|
@@ -46,7 +46,7 @@ | |
'google-auth-httplib2', | ||
'google-auth-oauthlib', | ||
'PyQt5', | ||
'pwspy>=0.2.12', # Core pws package, available on backmanlab anaconda cloud account. | ||
'pwspy>=0.2.13', # Core pws package, available on backmanlab anaconda cloud account. | ||
'mpl_qt_viz>1.0.9', # Plotting package available on PyPi and the backmanlab anaconda cloud account. Written for this project by Nick Anthony | ||
'descartes', | ||
'cachetools>=4'], | ||
|
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
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