Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

enpt

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enpt - pypi Package Compare versions

Comparing version
1.1.0
to
1.1.1
+2
-2
enpt/version.py

@@ -30,4 +30,4 @@ # -*- coding: utf-8 -*-

__version__ = '1.1.0'
__versionalias__ = '20250904.01'
__version__ = '1.1.1'
__versionalias__ = '20250910.01'
__author__ = 'Daniel Scheffler'

@@ -5,2 +5,8 @@ =======

1.1.1 (2025-09-10)
------------------
* Pinned ISOFIT to 3.4.3 due to current incompatibilities with isofit>=3.5.
1.1.0 (2025-09-04)

@@ -7,0 +13,0 @@ ------------------

Metadata-Version: 2.4
Name: enpt
Version: 1.1.0
Version: 1.1.1
Summary: EnMAP Processing Tool

@@ -28,3 +28,3 @@ Project-URL: Source code, https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT

Requires-Dist: geoarray>=0.15.8
Requires-Dist: isofit>=3.4.3
Requires-Dist: isofit==3.4.3
Requires-Dist: jsmin

@@ -31,0 +31,0 @@ Requires-Dist: lxml

@@ -74,3 +74,3 @@ # -*- coding: utf-8 -*-

"geoarray>=0.15.8",
"isofit>=3.4.3",
"isofit==3.4.3", # compatiblity for >=3.5 is not yet implemented
"jsmin",

@@ -77,0 +77,0 @@ "lxml",

Sorry, the diff of this file is too big to display