diff --git a/make.py b/make.py index f929e761..7c8e5584 100644 --- a/make.py +++ b/make.py @@ -2047,7 +2047,7 @@ def rebuild_winpython(basedir, targetdir, architecture=64, verbose=False): basedir = basedir packdir = targetdir for name in os.listdir(packdir): - if name.startswith("winpython-") and name.endswith((".exe", ".whl")): + if name.startswith("winpython-") and name.endswith((".exe", ".whl", ".gz")): os.remove(str(Path(packdir) / name)) # utils.build_wininst is replaced per flit 2023-02-27 utils.buildflit_wininst( diff --git a/winpython/__init__.py b/winpython/__init__.py index aa9ea397..9e1eb7b8 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '7.1.20231216' +__version__ = '7.1.20240114' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 5fdf0e3b..0ad99a9a 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -3742,3 +3742,27 @@ description = custom jupyter widgets made easy [namex] description = A simple utility to separate the implementation of your Python package and its public API surface. +[highspy] +description = Python interface to HiGHS + +[kornia] +description = Open Source Differentiable Computer Vision Library for PyTorch + +[lightning] +description = The Deep Learning framework to train, deploy, and ship AI products Lightning fast. + +[lightning-utilities] +description = PyTorch Lightning Sample project. + +[pysimplegui] +description = Python GUIs for Humans. Launched in 2018. It's 2022 & PySimpleGUI is an ACTIVE & supported project. Super-simple to create custom GUI's. 325+ Demo programs & Cookbook for rapid start. Extensive documentation. Main docs at www.PySimpleGUI.org. Fun & your success are the focus. Examples using Machine Learning (GUI, OpenCV Integration), Rainmeter Style Desktop Widgets, Matplotlib + Pyplot, PIL support, add GUI to command line scripts, PDF & Image Viewers. Great for beginners & advanced GUI programmers. + +[pytorch-lightning] +description = PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate. + +[tensorboard-data-server] +description = Fast data loading for TensorBoard + +[torchmetrics] +description = PyTorch native Metrics +