From 656bec2e7c431eff70070388d0e339d9c9a7d658 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 19 Oct 2023 12:55:00 +0300 Subject: [PATCH] - updated the requirements.txt file --- CHANGELOG.md | 1 + LICENSE | 2 +- requirements.txt | 21 ++++++++++++++------- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffb4813..4bce1a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ CHANGELOG for FlatCAM Evo beta 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) +- updated the requirements.txt file 27.09.2023 diff --git a/LICENSE b/LICENSE index 250fc31f..ade5adb9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 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: diff --git a/requirements.txt b/requirements.txt index 5fc81166..e819fd51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,16 @@ +# ################################################################################################# +# Verified to work with Python 3.11 +# ################################################################################################# + + +# ################################################################################################# # 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. -# For Windows GDAL wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal -# For Windows Rasterio wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#rasterio -# + +# Python packages that cannot be installed with pip (e.g. GDAL) are not included. +# For Windows, GDAL wheel can be found here: https://github.com/cgohlke/geospatial-wheels + # Usage: pip install -r requirements.txt +# ################################################################################################# setuptools numpy>=1.16 @@ -43,9 +49,10 @@ freetype-py vispy>=0.9.0 pyqtdarktheme==1.1.1 -gdal -rasterio svgtrace # To detect OS dark mode darkdetect + +gdal +rasterio \ No newline at end of file