expit 1.0.13__py3-none-any.whl → 1.0.14__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: expit
3
- Version: 1.0.13
3
+ Version: 1.0.14
4
4
  Summary: This project provides an implementation of the expit function.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -39,8 +39,8 @@ Classifier: Typing :: Typed
39
39
  Requires-Python: >=3.11
40
40
  Description-Content-Type: text/x-rst
41
41
  License-File: LICENSE.txt
42
- Requires-Dist: click>=8.1.7
43
- Requires-Dist: preparse>=0.1.1
42
+ Requires-Dist: click<9,>=8.2
43
+ Requires-Dist: preparse<2,>=0.1.6
44
44
  Dynamic: license-file
45
45
 
46
46
  =====
@@ -3,8 +3,8 @@ expit/__main__.py,sha256=vtuVmp_tcHYg_kJhOYt6cRPinFrpMR4yV_6b8tx4n-Q,62
3
3
  expit/core/__init__.py,sha256=6F3b0e67BrPF_LUHDdu6FcnrIE1-y0H8wU5OQL82XNE,583
4
4
  expit/tests/__init__.py,sha256=vTK8DNdf2ozNTfNEtgxXbhfdrjc8h5LgTdY9jmUHPd4,226
5
5
  expit/tests/test_easy.py,sha256=9dmpNM9_Lfa5t4UFZlAGIWjI1dJAWcRYjHNmyw9H96k,4200
6
- expit-1.0.13.dist-info/licenses/LICENSE.txt,sha256=4_wW1qomV3dbE2RahXvz_BOPr_JNzdKxC90VCXXc74o,1086
7
- expit-1.0.13.dist-info/METADATA,sha256=Upy56xFQjceiNdhu9HX6KkZE-obJ3FbKDdv01YCGnLM,2368
8
- expit-1.0.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- expit-1.0.13.dist-info/top_level.txt,sha256=WDTulZQtgreaVuxzGQhRWdINPuLlCvMWl0gGgmVnsa0,6
10
- expit-1.0.13.dist-info/RECORD,,
6
+ expit-1.0.14.dist-info/licenses/LICENSE.txt,sha256=4_wW1qomV3dbE2RahXvz_BOPr_JNzdKxC90VCXXc74o,1086
7
+ expit-1.0.14.dist-info/METADATA,sha256=TiE3iKbnY1EP0x6g8ddgxJPx3Z2ZzVb8UJRq6WER5kk,2372
8
+ expit-1.0.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ expit-1.0.14.dist-info/top_level.txt,sha256=WDTulZQtgreaVuxzGQhRWdINPuLlCvMWl0gGgmVnsa0,6
10
+ expit-1.0.14.dist-info/RECORD,,
File without changes