not-again-ai 0.8.1__py3-none-any.whl → 0.8.2__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.
- {not_again_ai-0.8.1.dist-info → not_again_ai-0.8.2.dist-info}/METADATA +11 -11
- {not_again_ai-0.8.1.dist-info → not_again_ai-0.8.2.dist-info}/RECORD +5 -5
- {not_again_ai-0.8.1.dist-info → not_again_ai-0.8.2.dist-info}/LICENSE +0 -0
- {not_again_ai-0.8.1.dist-info → not_again_ai-0.8.2.dist-info}/WHEEL +0 -0
- {not_again_ai-0.8.1.dist-info → not_again_ai-0.8.2.dist-info}/entry_points.txt +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: not-again-ai
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.2
|
4
4
|
Summary: Designed to once and for all collect all the little things that come up over and over again in AI projects and put them in one place.
|
5
5
|
Home-page: https://github.com/DaveCoDev/not-again-ai
|
6
6
|
License: MIT
|
7
7
|
Author: DaveCoDev
|
8
8
|
Author-email: dave.co.dev@gmail.com
|
9
|
-
Requires-Python: >=3.11,<
|
9
|
+
Requires-Python: >=3.11,<4.0
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: Intended Audience :: Science/Research
|
@@ -20,15 +20,15 @@ Classifier: Typing :: Typed
|
|
20
20
|
Provides-Extra: llm
|
21
21
|
Provides-Extra: statistics
|
22
22
|
Provides-Extra: viz
|
23
|
-
Requires-Dist: numpy (
|
24
|
-
Requires-Dist: ollama (
|
25
|
-
Requires-Dist: openai (
|
26
|
-
Requires-Dist: pandas (
|
27
|
-
Requires-Dist: python-liquid (
|
28
|
-
Requires-Dist: scikit-learn (
|
29
|
-
Requires-Dist: scipy (
|
30
|
-
Requires-Dist: seaborn (
|
31
|
-
Requires-Dist: tiktoken (
|
23
|
+
Requires-Dist: numpy (==1.26.4) ; extra == "statistics" or extra == "viz"
|
24
|
+
Requires-Dist: ollama (==0.2.0) ; extra == "llm"
|
25
|
+
Requires-Dist: openai (==1.30.1) ; extra == "llm"
|
26
|
+
Requires-Dist: pandas (==2.2.2) ; extra == "viz"
|
27
|
+
Requires-Dist: python-liquid (==1.12.1) ; extra == "llm"
|
28
|
+
Requires-Dist: scikit-learn (==1.4.2) ; extra == "statistics"
|
29
|
+
Requires-Dist: scipy (==1.13.0) ; extra == "statistics"
|
30
|
+
Requires-Dist: seaborn (==0.13.2) ; extra == "viz"
|
31
|
+
Requires-Dist: tiktoken (==0.7.0) ; extra == "llm"
|
32
32
|
Project-URL: Documentation, https://github.com/DaveCoDev/not-again-ai
|
33
33
|
Project-URL: Repository, https://github.com/DaveCoDev/not-again-ai
|
34
34
|
Description-Content-Type: text/markdown
|
@@ -24,8 +24,8 @@ not_again_ai/viz/distributions.py,sha256=OyWwJaNI6lMRm_iSrhq-CORLNvXfeuLSgDtVo3u
|
|
24
24
|
not_again_ai/viz/scatterplot.py,sha256=eBtIf0Tf_1EcN-akRNJgvwLU0zpRx1zOl0VF9QTnbZA,2290
|
25
25
|
not_again_ai/viz/time_series.py,sha256=pOGZqXp_2nd6nKo-PUQNCtmMh__69jxQ6bQibTGLwZA,5212
|
26
26
|
not_again_ai/viz/utils.py,sha256=hN7gwxtBt3U6jQni2K8j5m5pCXpaJDoNzGhBBikEU28,238
|
27
|
-
not_again_ai-0.8.
|
28
|
-
not_again_ai-0.8.
|
29
|
-
not_again_ai-0.8.
|
30
|
-
not_again_ai-0.8.
|
31
|
-
not_again_ai-0.8.
|
27
|
+
not_again_ai-0.8.2.dist-info/LICENSE,sha256=btjOgNGpp-ux5xOo1Gx1MddxeWtT9sof3s3Nui29QfA,1071
|
28
|
+
not_again_ai-0.8.2.dist-info/METADATA,sha256=J9TOaPAvgAayQGCB_M8rM9WvOVNgSXUbaMEGE-Q9hLc,14138
|
29
|
+
not_again_ai-0.8.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
30
|
+
not_again_ai-0.8.2.dist-info/entry_points.txt,sha256=EMJegugnmJUd-jMUA_qIRMIPAasbei8gP6O4-ER0BxQ,61
|
31
|
+
not_again_ai-0.8.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|