pandas-survey-toolkit 1.0.9__py3-none-any.whl → 1.0.11__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: pandas-survey-toolkit
3
- Version: 1.0.9
3
+ Version: 1.0.11
4
4
  Summary: A pandas extension for survey analysis
5
5
  Home-page: https://github.com/Andy7475/pandas-survey-toolkit
6
6
  Author: Andy Laing
@@ -10,18 +10,19 @@ Project-URL: Bug Tracker, https://github.com/Andy7475/pandas-survey-toolkit/issu
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: License :: OSI Approved :: MIT License
12
12
  Classifier: Operating System :: OS Independent
13
- Requires-Python: >=3.8
13
+ Requires-Python: >=3.11
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
16
  Requires-Dist: torch<3.0,>=2.1.0
17
17
  Requires-Dist: sentence-transformers<4.0,>=3.0
18
18
  Requires-Dist: umap-learn<1.0,>=0.5
19
19
  Requires-Dist: scikit-learn<2.0,>=1.3
20
- Requires-Dist: pandas<3.0,>=2.0
20
+ Requires-Dist: pandas<3.0,>=2.2.0
21
+ Requires-Dist: numpy==1.24.3
21
22
  Requires-Dist: pandas-flavor<1.0,>=0.6.0
22
23
  Requires-Dist: spacy<4.0,>=3.0.0
23
24
  Requires-Dist: gensim<5.0,>=4.0.0
24
- Requires-Dist: altair<6.0,>=5.0.0
25
+ Requires-Dist: altair<5.0,>=4.0.0
25
26
  Requires-Dist: matplotlib<4.0,>=3.0.0
26
27
  Requires-Dist: pyvis<1.0,>=0.3.2
27
28
  Dynamic: author
@@ -0,0 +1,10 @@
1
+ pandas_survey_toolkit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ pandas_survey_toolkit/analytics.py,sha256=N2YWmvKYHN3x9qEw48aePLnY_sfKqqrT_w7eHMPWwps,5995
3
+ pandas_survey_toolkit/nlp.py,sha256=SLbEsw1d8aJt2HbnjHU4d87Dj62NAq2ZG7Ued9DxCgk,34279
4
+ pandas_survey_toolkit/utils.py,sha256=l-qIf_WkzavDeO9TTMy2bUs271udVoI_5oGeVCZ-te0,3978
5
+ pandas_survey_toolkit/vis.py,sha256=6XQfWwGodIhWPqLScm7h7xe8ux897sMdJ33-TSY7y2E,7349
6
+ pandas_survey_toolkit-1.0.11.dist-info/licenses/LICENSE,sha256=N1vp-xmMExKVeJ3ppjmIBJXFkBN8YXoJs-n7mJJtCyk,1065
7
+ pandas_survey_toolkit-1.0.11.dist-info/METADATA,sha256=fIoiELBytjJEaM4Zkda0Px68f7KW9O1yZncuT7bTGo4,3219
8
+ pandas_survey_toolkit-1.0.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ pandas_survey_toolkit-1.0.11.dist-info/top_level.txt,sha256=LBMaptAHxmWRzCE08eJUvsL21kLLHQ4lJleja3_zpYM,22
10
+ pandas_survey_toolkit-1.0.11.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- pandas_survey_toolkit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- pandas_survey_toolkit/analytics.py,sha256=N2YWmvKYHN3x9qEw48aePLnY_sfKqqrT_w7eHMPWwps,5995
3
- pandas_survey_toolkit/nlp.py,sha256=SLbEsw1d8aJt2HbnjHU4d87Dj62NAq2ZG7Ued9DxCgk,34279
4
- pandas_survey_toolkit/utils.py,sha256=l-qIf_WkzavDeO9TTMy2bUs271udVoI_5oGeVCZ-te0,3978
5
- pandas_survey_toolkit/vis.py,sha256=6XQfWwGodIhWPqLScm7h7xe8ux897sMdJ33-TSY7y2E,7349
6
- pandas_survey_toolkit-1.0.9.dist-info/licenses/LICENSE,sha256=N1vp-xmMExKVeJ3ppjmIBJXFkBN8YXoJs-n7mJJtCyk,1065
7
- pandas_survey_toolkit-1.0.9.dist-info/METADATA,sha256=aetkogL6XwuD4A-40nCoxgGiJpm7OmizK8P5sh3uxb0,3186
8
- pandas_survey_toolkit-1.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- pandas_survey_toolkit-1.0.9.dist-info/top_level.txt,sha256=LBMaptAHxmWRzCE08eJUvsL21kLLHQ4lJleja3_zpYM,22
10
- pandas_survey_toolkit-1.0.9.dist-info/RECORD,,