- updated the requirements.txt file

This commit is contained in:
Marius Stanciu
2023-10-19 12:55:00 +03:00
parent f39ba21c81
commit 656bec2e7c
3 changed files with 16 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM Evo beta
19.10.2023 19.10.2023
- fixed preprocessors issue where the start GCode was not added due of trying to access an object that did not exist (because its name was not changed to reflect the changes in other parts on the app) - fixed preprocessors issue where the start GCode was not added due of trying to access an object that did not exist (because its name was not changed to reflect the changes in other parts on the app)
- updated the requirements.txt file
27.09.2023 27.09.2023

View File

@@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright FlatCAM Evo (c) 2018-2021 Marius Stanciu Copyright FlatCAM Evo (c) 2018-2023 Marius Stanciu
Copyright FlatCAM (c) 2014-2018 Juan Pablo Caram Copyright FlatCAM (c) 2014-2018 Juan Pablo Caram
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@@ -1,10 +1,16 @@
# #################################################################################################
# Verified to work with Python 3.11
# #################################################################################################
# #################################################################################################
# This file contains python only requirements to be installed with pip # This file contains python only requirements to be installed with pip
#
# Python packages that cannot be installed with pip (e.g. GDAL, Rasterio) are not included. # Python packages that cannot be installed with pip (e.g. GDAL) are not included.
# For Windows GDAL wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal # For Windows, GDAL wheel can be found here: https://github.com/cgohlke/geospatial-wheels
# For Windows Rasterio wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#rasterio
#
# Usage: pip install -r requirements.txt # Usage: pip install -r requirements.txt
# #################################################################################################
setuptools setuptools
numpy>=1.16 numpy>=1.16
@@ -43,9 +49,10 @@ freetype-py
vispy>=0.9.0 vispy>=0.9.0
pyqtdarktheme==1.1.1 pyqtdarktheme==1.1.1
gdal
rasterio
svgtrace svgtrace
# To detect OS dark mode # To detect OS dark mode
darkdetect darkdetect
gdal
rasterio