emerge 0.4.8__py3-none-any.whl → 0.4.9__py3-none-any.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 emerge might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: emerge
3
- Version: 0.4.8
3
+ Version: 0.4.9
4
4
  Summary: An open source EM FEM simulator in Python
5
5
  Project-URL: Homepage, https://github.com/FennisRobert/EMerge
6
6
  Project-URL: Issues, https://github.com/FennisRobert/EMerge/issues
@@ -8,15 +8,16 @@ Requires-Python: <4.0,>=3.10
8
8
  Requires-Dist: gmsh>=4.13.1
9
9
  Requires-Dist: joblib>=1.5.1
10
10
  Requires-Dist: loguru>=0.7.3
11
+ Requires-Dist: matplotlib>=3.8.0
11
12
  Requires-Dist: numba-progress>=1.1.3
12
- Requires-Dist: numba>=0.61.2
13
- Requires-Dist: numpy>=2.2.6
13
+ Requires-Dist: numba>=0.57.0
14
+ Requires-Dist: numpy<2.3,>=1.24
14
15
  Requires-Dist: pyvista>=0.45.2
15
- Requires-Dist: scipy>=1.15.3
16
+ Requires-Dist: scipy>=1.14.0
16
17
  Provides-Extra: pypardiso
17
- Requires-Dist: pypardiso; extra == 'pypardiso'
18
+ Requires-Dist: pypardiso; (platform_machine == 'x86_64' or platform_machine == 'AMD64') and extra == 'pypardiso'
18
19
  Provides-Extra: umfpack
19
- Requires-Dist: scikit-umfpack; extra == 'umfpack'
20
+ Requires-Dist: scikit-umfpack; (sys_platform != 'win32') and extra == 'umfpack'
20
21
  Description-Content-Type: text/markdown
21
22
 
22
23
  ## Introduction
@@ -72,7 +72,7 @@ emerge/_emerge/projects/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
72
72
  emerge/_emerge/projects/_gen_base.txt,sha256=oQ1y985IeqLo4T7jmKiXLUukn2rSMXfXQS09FoYOqkk,607
73
73
  emerge/_emerge/projects/_load_base.txt,sha256=JTAhWvHXJQYKe-aDD4HDdmE7f3VXxeurhDzwFCegrEg,511
74
74
  emerge/_emerge/projects/generate_project.py,sha256=TNw-0SpLc82MBq0bd9hB_yqvBZCgmuPonCBsHTp91uk,1450
75
- emerge-0.4.8.dist-info/METADATA,sha256=k0AMnZnTO9wozff_VThcaWa57f9j27TpzWR2Y5H-maw,2391
76
- emerge-0.4.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
77
- emerge-0.4.8.dist-info/entry_points.txt,sha256=8rFvAXticpKg4OTC8JEvAksnduW72KIEskCGG9XnFf8,43
78
- emerge-0.4.8.dist-info/RECORD,,
75
+ emerge-0.4.9.dist-info/METADATA,sha256=JeLh3AAyWVslXBikPV6hw8q_iHsGWmE91S7b9hPl9pY,2524
76
+ emerge-0.4.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
77
+ emerge-0.4.9.dist-info/entry_points.txt,sha256=8rFvAXticpKg4OTC8JEvAksnduW72KIEskCGG9XnFf8,43
78
+ emerge-0.4.9.dist-info/RECORD,,
File without changes