cytriangle 1.0.3__cp311-cp311-manylinux_2_35_x86_64.whl → 1.0.4__cp311-cp311-manylinux_2_35_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cytriangle might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cytriangle
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: Object-oriented Cython wrapper of Shewchuk's Triangle Library
5
5
  Home-page: https://github.com/m-clare/cytriangle
6
6
  License: LGPL 3.0
@@ -9,19 +9,19 @@ Author: Maryanne Wachter
9
9
  Author-email: mclare@utsv.net
10
10
  Maintainer: Maryanne Wachter
11
11
  Maintainer-email: mclare@utsv.net
12
- Requires-Python: >=3.9
12
+ Requires-Python: >=3.10
13
13
  Classifier: Development Status :: 4 - Beta
14
14
  Classifier: Environment :: Console
15
15
  Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
16
16
  Classifier: License :: Other/Proprietary License
17
17
  Classifier: Natural Language :: English
18
18
  Classifier: Programming Language :: Python :: 3
19
- Classifier: Programming Language :: Python :: 3.9
20
19
  Classifier: Programming Language :: Python :: 3.10
21
20
  Classifier: Programming Language :: Python :: 3.11
22
21
  Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Programming Language :: Python :: 3.13
23
23
  Classifier: Topic :: Scientific/Engineering
24
- Requires-Dist: numpy (>=1.25.2)
24
+ Requires-Dist: numpy (>=2.1.2)
25
25
  Project-URL: Repository, https://github.com/m-clare/cytriangle
26
26
  Description-Content-Type: text/markdown
27
27
 
@@ -14,7 +14,7 @@ cytriangle/cytriangleio.pxd,sha256=0i9ovT56F-4X6p9WnZTOCmtNAD6Jfr3Yw9PnUYbAl_0,1
14
14
  cytriangle/cytriangleio.pyx,sha256=mLSi4psbq5fEXjkbVHx6ru3ES3LbQywpu9D-hQ6d01E,22302
15
15
  cytriangle/cytriangle.cpython-311-x86_64-linux-gnu.so,sha256=y2brY9gf0si0nVlFtjmo8aY0pvF5bcnAthfdtuFc2Ys,1423720
16
16
  cytriangle/cytriangleio.cpython-311-x86_64-linux-gnu.so,sha256=5TO2hUTasJ9wRM99dB1bNAhji-oLBJfQmx7ZnOvuey0,1875720
17
- cytriangle-1.0.3.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
18
- cytriangle-1.0.3.dist-info/METADATA,sha256=vrh8uniYM-KsBEoIa2RrOSpRFkkIaHtk8uDvSYBUxjo,1993
19
- cytriangle-1.0.3.dist-info/WHEEL,sha256=MLOa6LysROdjgj4FVxsHitAnIh8Be2D_c9ZSBHKrz2M,110
20
- cytriangle-1.0.3.dist-info/RECORD,,
17
+ cytriangle-1.0.4.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
18
+ cytriangle-1.0.4.dist-info/METADATA,sha256=EVvaxV2G0ukO5UHW8m2os7V8v5dATtMiO7YGSOKOk0M,1994
19
+ cytriangle-1.0.4.dist-info/WHEEL,sha256=QuZm7WYCEHUMbdnwyRXpGYjRK0uLMKFqXjGlXCWmNEg,110
20
+ cytriangle-1.0.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-manylinux_2_35_x86_64