opsci-toolbox 0.0.8__tar.gz → 0.0.10__tar.gz

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.
Files changed (28) hide show
  1. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/PKG-INFO +1 -1
  2. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox.egg-info/PKG-INFO +1 -1
  3. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox.egg-info/requires.txt +1 -3
  4. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/setup.py +2 -4
  5. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/MANIFEST.in +0 -0
  6. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/README.md +0 -0
  7. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/__init__.py +0 -0
  8. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/apis/__init__.py +0 -0
  9. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/apis/rapidapi_helpers.py +0 -0
  10. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/apis/webscraping.py +0 -0
  11. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/apis/youtube_helpers.py +0 -0
  12. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/helpers/__init__.py +0 -0
  13. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/helpers/common.py +0 -0
  14. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/helpers/cv.py +0 -0
  15. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/helpers/dataviz.py +0 -0
  16. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/helpers/dates.py +0 -0
  17. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/helpers/nlp.py +0 -0
  18. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/helpers/nlp_cuml.py +0 -0
  19. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/helpers/sna.py +0 -0
  20. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/helpers/sql.py +0 -0
  21. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/helpers/surreaction.py +0 -0
  22. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/lexicons/__init__.py +0 -0
  23. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/lexicons/stop_words_en.csv +0 -0
  24. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox/lexicons/stop_words_fr.csv +0 -0
  25. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox.egg-info/SOURCES.txt +0 -0
  26. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox.egg-info/dependency_links.txt +0 -0
  27. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/opsci_toolbox.egg-info/top_level.txt +0 -0
  28. {opsci_toolbox-0.0.8 → opsci_toolbox-0.0.10}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: opsci_toolbox
3
- Version: 0.0.8
3
+ Version: 0.0.10
4
4
  Summary: a complete toolbox
5
5
  Home-page: UNKNOWN
6
6
  Author: Erwan Le Nagard
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: opsci-toolbox
3
- Version: 0.0.8
3
+ Version: 0.0.10
4
4
  Summary: a complete toolbox
5
5
  Home-page: UNKNOWN
6
6
  Author: Erwan Le Nagard
@@ -3,8 +3,6 @@ Requests==2.32.3
3
3
  beautifulsoup4==4.10.0
4
4
  chardet>=4.0.0
5
5
  chart_studio==1.1.0
6
- cudf==0.6.1.post1
7
- cuml==0.6.1.post1
8
6
  eldar==0.0.8
9
7
  emoji==2.10.1
10
8
  fa2_modified==0.3.10
@@ -22,7 +20,7 @@ opencv_python_headless==4.9.0.80
22
20
  openpyxl==3.1.3
23
21
  pandas>=1.5.3
24
22
  plotly==5.19.0
25
- protobuf==5.27.2
23
+ protobuf==4.23.4
26
24
  pyarrow>=14.0.2
27
25
  python_louvain==0.16
28
26
  scikit_learn==1.4.1.post1
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
5
5
 
6
6
  setup(
7
7
  name='opsci_toolbox',
8
- version='0.0.8',
8
+ version='0.0.10',
9
9
  description="a complete toolbox",
10
10
  author='Erwan Le Nagard',
11
11
  author_email='erwan@opsci.ai',
@@ -15,8 +15,6 @@ setup(
15
15
  "beautifulsoup4==4.10.0",
16
16
  "chardet>=4.0.0",
17
17
  "chart_studio==1.1.0",
18
- "cudf==0.6.1.post1",
19
- "cuml==0.6.1.post1",
20
18
  "eldar==0.0.8",
21
19
  "emoji==2.10.1",
22
20
  "fa2_modified==0.3.10",
@@ -35,7 +33,7 @@ setup(
35
33
  "pandas>=1.5.3",
36
34
  "Pillow>=9.0.1",
37
35
  "plotly==5.19.0",
38
- "protobuf==5.27.2",
36
+ "protobuf==4.23.4",
39
37
  "pyarrow>=14.0.2",
40
38
  "python_louvain==0.16",
41
39
  "Requests==2.32.3",
File without changes
File without changes