pyfemtet 0.8.0__py3-none-any.whl → 0.8.1__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 pyfemtet might be problematic. Click here for more details.

pyfemtet/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.8.0"
1
+ __version__ = "0.8.1"
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyfemtet
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Summary: Design parameter optimization using Femtet.
5
5
  Home-page: https://github.com/pyfemtet/pyfemtet
6
6
  License: BSD-3-Clause
7
7
  Author: kazuma.naito
8
8
  Author-email: kazuma.naito@murata.com
9
- Requires-Python: >=3.9.3,<3.13
9
+ Requires-Python: >=3.10,<3.13
10
10
  Classifier: License :: OSI Approved :: BSD License
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.10
@@ -14,8 +14,8 @@ Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
15
15
  Provides-Extra: brep
16
16
  Requires-Dist: babel (>=2.15.0,<3.0.0)
17
- Requires-Dist: botorch (==0.9.5)
18
- Requires-Dist: brepmatching (>=0.1.6,<0.2.0) ; extra == "brep"
17
+ Requires-Dist: botorch (>=0.12.0,<0.13.0)
18
+ Requires-Dist: brepmatching (>=0.1.8,<0.2.0) ; extra == "brep"
19
19
  Requires-Dist: colorlog (>=6.8.0,<7.0.0)
20
20
  Requires-Dist: dash (>=2.17.0,<3.0.0)
21
21
  Requires-Dist: dash-bootstrap-components (>=1.5.0,<2.0.0)
@@ -23,16 +23,16 @@ Requires-Dist: dask (>=2023.12.1,<2024.0.0)
23
23
  Requires-Dist: distributed (>=2023.12.1,<2024.0.0)
24
24
  Requires-Dist: femtetutils (>=1.0.0,<2.0.0)
25
25
  Requires-Dist: fire (>=0.6.0,<0.7.0)
26
- Requires-Dist: numpy (>=1.26.2,<2.0.0)
26
+ Requires-Dist: numpy (>=2.0.0,<3.0.0)
27
27
  Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
28
28
  Requires-Dist: optuna (>=3.4.0,<5.0.0)
29
29
  Requires-Dist: optuna-integration (>=3.6.0,<5.0.0)
30
- Requires-Dist: pandas (>=2.1.3,<3.0.0)
30
+ Requires-Dist: pandas (>=2.2.3,<3.0.0)
31
31
  Requires-Dist: plotly (>=5.22.0,<6.0.0)
32
32
  Requires-Dist: psutil (>=5.9.6,<6.0.0)
33
33
  Requires-Dist: pywin32 (>=306,<307)
34
34
  Requires-Dist: scipy (>=1.11.4,<2.0.0)
35
- Requires-Dist: torch (>=2.3.0,<2.4.0)
35
+ Requires-Dist: torch (>=2.5.1,<2.6.0)
36
36
  Requires-Dist: tqdm (>=4.66.1,<5.0.0)
37
37
  Project-URL: Repository, https://github.com/pyfemtet/pyfemtet
38
38
  Description-Content-Type: text/markdown
@@ -1,4 +1,4 @@
1
- pyfemtet/__init__.py,sha256=GO5-jMO9tN8CnIeVgyWYWO1Og938AAqM04cbZPzmyiE,21
1
+ pyfemtet/__init__.py,sha256=9SJ00tY4YILqfP8235Ozvn3QTMNjqfaSLUvcAIBL9pU,21
2
2
  pyfemtet/_femtet_config_util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  pyfemtet/_femtet_config_util/autosave.py,sha256=dNirA9XGuFehas8_Jkj2BW9GOzMbPyhnt1WHcH_ObSU,2070
4
4
  pyfemtet/_femtet_config_util/exit.py,sha256=0BWID-tjOkmZwmgPFkcJMkWW39voccz5ARIBWvZbHaw,1877
@@ -137,8 +137,8 @@ pyfemtet/opt/visualization/result_viewer/.gitignore,sha256=ryvb4aqbbsHireHWlPQfx
137
137
  pyfemtet/opt/visualization/result_viewer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
138
  pyfemtet/opt/visualization/result_viewer/application.py,sha256=WcHBx_J5eNLKSaprpk9BGifwhO04oN8FiNGYTWorrXA,1691
139
139
  pyfemtet/opt/visualization/result_viewer/pages.py,sha256=zcsRmVpVK7xbmOpnKkSypNPsRyHcV3ingfNmuqln6nw,32171
140
- pyfemtet-0.8.0.dist-info/LICENSE,sha256=sVQBhyoglGJUu65-BP3iR6ujORI6YgEU2Qm-V4fGlOA,1485
141
- pyfemtet-0.8.0.dist-info/METADATA,sha256=5TFhm1LFB871xXJ4hel9flRi5SylmNjfnQ6w9qy5BJc,3408
142
- pyfemtet-0.8.0.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
143
- pyfemtet-0.8.0.dist-info/entry_points.txt,sha256=ZfYqRaoiPtuWqFi2_msccyrVF0LurMn-IHlYamAegZo,104
144
- pyfemtet-0.8.0.dist-info/RECORD,,
140
+ pyfemtet-0.8.1.dist-info/LICENSE,sha256=sVQBhyoglGJUu65-BP3iR6ujORI6YgEU2Qm-V4fGlOA,1485
141
+ pyfemtet-0.8.1.dist-info/METADATA,sha256=nSEcQqjKNbZya0ZmycsjEC4jnhHwNFMbVRq_mIuTuz4,3415
142
+ pyfemtet-0.8.1.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
143
+ pyfemtet-0.8.1.dist-info/entry_points.txt,sha256=ZfYqRaoiPtuWqFi2_msccyrVF0LurMn-IHlYamAegZo,104
144
+ pyfemtet-0.8.1.dist-info/RECORD,,