kopia lustrzana https://github.com/NanoVNA-Saver/nanovna-saver
PyInstaller fixes (need older scipy)
rodzic
bf97feff1a
commit
718e894efc
|
@ -14,6 +14,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
import pkg_resources.py2_warn
|
||||
from NanoVNASaver.__main__ import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
scipy
|
||||
scipy==1.4.1
|
||||
cython
|
||||
pyqt5
|
||||
pyserial
|
||||
numpy
|
3
setup.py
3
setup.py
|
@ -42,6 +42,7 @@ setup(
|
|||
'pyserial',
|
||||
'PyQt5',
|
||||
'numpy',
|
||||
'scipy'
|
||||
'scipy<1.5',
|
||||
'cython',
|
||||
],
|
||||
)
|
||||
|
|
Ładowanie…
Reference in New Issue