kopia lustrzana https://github.com/NanoVNA-Saver/nanovna-saver
				
				
				
			Pyinstaller and numpy version fixes for binary builds
							rodzic
							
								
									3e78b490e9
								
							
						
					
					
						commit
						0c179388d3
					
				|  | @ -20,7 +20,7 @@ jobs: | |||
|       run: | | ||||
|         python -m pip install pip==21.3.1 setuptools==60.5.0 | ||||
|         pip install -r requirements.txt | ||||
|         pip install PyInstaller==4.8 | ||||
|         pip install PyInstaller==4.7 | ||||
|     - name: Build binary | ||||
|       run: | | ||||
|         pyinstaller --onefile -n nanovna-saver nanovna-saver.py | ||||
|  |  | |||
|  | @ -15,12 +15,12 @@ jobs: | |||
|     - name: Set up Python | ||||
|       uses: actions/setup-python@v2 | ||||
|       with: | ||||
|         python-version: 3.10 | ||||
|         python-version: 3.9 | ||||
|     - name: Install dependencies and pyinstall | ||||
|       run: | | ||||
|         python -m pip install pip==21.3.1 setuptools==60.5.0 | ||||
|         pip install -r requirements.txt | ||||
|         pip install PyInstaller==4.8 | ||||
|         pip install PyInstaller==4.7 | ||||
|     - name: Build binary | ||||
|       run: | | ||||
|         pyinstaller --onefile -n nanovna-saver nanovna-saver.py | ||||
|  |  | |||
|  | @ -18,13 +18,13 @@ jobs: | |||
|     - name: Set up Python | ||||
|       uses: actions/setup-python@v2 | ||||
|       with: | ||||
|         python-version: 3.10 | ||||
|         python-version: 3.9 | ||||
|         architecture: ${{ matrix.arch }} | ||||
|     - name: Install dependencies and pyinstall | ||||
|       run: | | ||||
|         python -m pip install pip==21.3.1 setuptools==60.5.0 | ||||
|         pip install -r requirements.txt | ||||
|         pip install PyInstaller==4.8 | ||||
|         pip install PyInstaller==4.7 | ||||
|     - name: Build binary | ||||
|       run: | | ||||
|         pyinstaller --onefile -n nanovna-saver.exe nanovna-saver.py | ||||
|  |  | |||
|  | @ -1 +0,0 @@ | |||
| theme: jekyll-theme-dinky | ||||
|  | @ -1,5 +1,5 @@ | |||
| pyserial==3.5 | ||||
| PyQt5==5.15.6 | ||||
| numpy==1.22.0 | ||||
| numpy==1.21.5 | ||||
| scipy==1.7.3 | ||||
| Cython==0.29.26 | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ packages = find_namespace: | |||
| install_requires= | ||||
|     pyserial>=3.5 | ||||
|     PyQt5>=5.15.0 | ||||
|     numpy>=1.21.1 | ||||
|     numpy>=1.21.1,<1.22.0 | ||||
|     scipy>=1.7.1 | ||||
|     Cython>=0.29.24 | ||||
| python_requires = >=3.8, <4 | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Holger Müller
						Holger Müller