Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sukhoruchkin authored May 16, 2024
1 parent 069c541 commit 48c7021
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
gradio_client==0.3.0
gradio==3.39.0
numexpr==2.8.4

PyQt5==5.15.10
2 changes: 1 addition & 1 deletion requirements_macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
gradio_client==0.3.0
gradio==3.39.0
numexpr==2.8.4

PyQt5==5.15.10
2 changes: 1 addition & 1 deletion requirements_windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
gradio_client==0.3.0
gradio==3.39.0
numexpr==2.8.4

PyQt5==5.15.10
3 changes: 3 additions & 0 deletions timeflux_neurofeedback_inverse_gamepad_pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if sys.platform.startswith('win'):
(site_packages+"/nptyping", "nptyping"),
(site_packages+"/typish", "typish"),
(site_packages+"/pooch", "pooch"),
(site_packages+"/PyQt5", "PyQt5"),
]
if sys.platform.startswith('linux'):
# site_packages='./env/lib/python3.9/site-packages'
Expand Down Expand Up @@ -103,6 +104,7 @@ if sys.platform.startswith('linux'):
(site_packages+"/nptyping", "nptyping"),
(site_packages+"/typish", "typish"),
(site_packages+"/pooch", "pooch"),
(site_packages+"/PyQt5", "PyQt5"),
]
if sys.platform.startswith('darwin'):
# site_packages='./env_timeflux_coherence_circle/lib/python3.9/site-packages'
Expand Down Expand Up @@ -157,6 +159,7 @@ if sys.platform.startswith('darwin'):
(site_packages+"/nptyping", "nptyping"),
(site_packages+"/typish", "typish"),
(site_packages+"/pooch", "pooch"),
(site_packages+"/PyQt5", "PyQt5"),
]

block_cipher = None
Expand Down

0 comments on commit 48c7021

Please sign in to comment.