Commit
·
03003a2
1
Parent(s):
cb57cce
chore bump version
Browse files- pdm.lock +18 -21
- pyproject.toml +1 -1
pdm.lock
CHANGED
@@ -199,16 +199,13 @@ files = [
|
|
199 |
|
200 |
[[package]]
|
201 |
name = "attrs"
|
202 |
-
version = "24.
|
203 |
-
requires_python = ">=3.
|
204 |
summary = "Classes Without Boilerplate"
|
205 |
groups = ["default"]
|
206 |
-
dependencies = [
|
207 |
-
"importlib-metadata; python_version < \"3.8\"",
|
208 |
-
]
|
209 |
files = [
|
210 |
-
{file = "attrs-24.
|
211 |
-
{file = "attrs-24.
|
212 |
]
|
213 |
|
214 |
[[package]]
|
@@ -709,7 +706,7 @@ files = [
|
|
709 |
|
710 |
[[package]]
|
711 |
name = "gradio"
|
712 |
-
version = "5.9.
|
713 |
requires_python = ">=3.10"
|
714 |
summary = "Python library for easily interacting with trained machine learning models"
|
715 |
groups = ["default"]
|
@@ -744,7 +741,7 @@ dependencies = [
|
|
744 |
"uvicorn>=0.14.0; sys_platform != \"emscripten\"",
|
745 |
]
|
746 |
files = [
|
747 |
-
{file = "gradio-5.9.
|
748 |
]
|
749 |
|
750 |
[[package]]
|
@@ -782,18 +779,18 @@ files = [
|
|
782 |
|
783 |
[[package]]
|
784 |
name = "gradio"
|
785 |
-
version = "5.9.
|
786 |
extras = ["oauth"]
|
787 |
requires_python = ">=3.10"
|
788 |
summary = "Python library for easily interacting with trained machine learning models"
|
789 |
groups = ["default"]
|
790 |
dependencies = [
|
791 |
"authlib",
|
792 |
-
"gradio==5.9.
|
793 |
"itsdangerous",
|
794 |
]
|
795 |
files = [
|
796 |
-
{file = "gradio-5.9.
|
797 |
]
|
798 |
|
799 |
[[package]]
|
@@ -844,7 +841,7 @@ files = [
|
|
844 |
|
845 |
[[package]]
|
846 |
name = "huggingface-hub"
|
847 |
-
version = "0.
|
848 |
requires_python = ">=3.8.0"
|
849 |
summary = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
850 |
groups = ["default"]
|
@@ -858,8 +855,8 @@ dependencies = [
|
|
858 |
"typing-extensions>=3.7.4.3",
|
859 |
]
|
860 |
files = [
|
861 |
-
{file = "huggingface_hub-0.
|
862 |
-
{file = "huggingface_hub-0.
|
863 |
]
|
864 |
|
865 |
[[package]]
|
@@ -2079,13 +2076,13 @@ files = [
|
|
2079 |
|
2080 |
[[package]]
|
2081 |
name = "python-multipart"
|
2082 |
-
version = "0.0.
|
2083 |
requires_python = ">=3.8"
|
2084 |
summary = "A streaming multipart parser for Python"
|
2085 |
groups = ["default"]
|
2086 |
files = [
|
2087 |
-
{file = "python_multipart-0.0.
|
2088 |
-
{file = "python_multipart-0.0.
|
2089 |
]
|
2090 |
|
2091 |
[[package]]
|
@@ -2761,7 +2758,7 @@ files = [
|
|
2761 |
|
2762 |
[[package]]
|
2763 |
name = "transformers"
|
2764 |
-
version = "4.47.
|
2765 |
requires_python = ">=3.9.0"
|
2766 |
summary = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
|
2767 |
groups = ["default"]
|
@@ -2778,8 +2775,8 @@ dependencies = [
|
|
2778 |
"tqdm>=4.27",
|
2779 |
]
|
2780 |
files = [
|
2781 |
-
{file = "transformers-4.47.
|
2782 |
-
{file = "transformers-4.47.
|
2783 |
]
|
2784 |
|
2785 |
[[package]]
|
|
|
199 |
|
200 |
[[package]]
|
201 |
name = "attrs"
|
202 |
+
version = "24.3.0"
|
203 |
+
requires_python = ">=3.8"
|
204 |
summary = "Classes Without Boilerplate"
|
205 |
groups = ["default"]
|
|
|
|
|
|
|
206 |
files = [
|
207 |
+
{file = "attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308"},
|
208 |
+
{file = "attrs-24.3.0.tar.gz", hash = "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff"},
|
209 |
]
|
210 |
|
211 |
[[package]]
|
|
|
706 |
|
707 |
[[package]]
|
708 |
name = "gradio"
|
709 |
+
version = "5.9.1"
|
710 |
requires_python = ">=3.10"
|
711 |
summary = "Python library for easily interacting with trained machine learning models"
|
712 |
groups = ["default"]
|
|
|
741 |
"uvicorn>=0.14.0; sys_platform != \"emscripten\"",
|
742 |
]
|
743 |
files = [
|
744 |
+
{file = "gradio-5.9.1-py3-none-any.whl", hash = "sha256:de5e522d39b804c448e9ee4d19c92cd8864233390638b54c0c5daa1ba6d0da61"},
|
745 |
]
|
746 |
|
747 |
[[package]]
|
|
|
779 |
|
780 |
[[package]]
|
781 |
name = "gradio"
|
782 |
+
version = "5.9.1"
|
783 |
extras = ["oauth"]
|
784 |
requires_python = ">=3.10"
|
785 |
summary = "Python library for easily interacting with trained machine learning models"
|
786 |
groups = ["default"]
|
787 |
dependencies = [
|
788 |
"authlib",
|
789 |
+
"gradio==5.9.1",
|
790 |
"itsdangerous",
|
791 |
]
|
792 |
files = [
|
793 |
+
{file = "gradio-5.9.1-py3-none-any.whl", hash = "sha256:de5e522d39b804c448e9ee4d19c92cd8864233390638b54c0c5daa1ba6d0da61"},
|
794 |
]
|
795 |
|
796 |
[[package]]
|
|
|
841 |
|
842 |
[[package]]
|
843 |
name = "huggingface-hub"
|
844 |
+
version = "0.27.0"
|
845 |
requires_python = ">=3.8.0"
|
846 |
summary = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
847 |
groups = ["default"]
|
|
|
855 |
"typing-extensions>=3.7.4.3",
|
856 |
]
|
857 |
files = [
|
858 |
+
{file = "huggingface_hub-0.27.0-py3-none-any.whl", hash = "sha256:8f2e834517f1f1ddf1ecc716f91b120d7333011b7485f665a9a412eacb1a2a81"},
|
859 |
+
{file = "huggingface_hub-0.27.0.tar.gz", hash = "sha256:902cce1a1be5739f5589e560198a65a8edcfd3b830b1666f36e4b961f0454fac"},
|
860 |
]
|
861 |
|
862 |
[[package]]
|
|
|
2076 |
|
2077 |
[[package]]
|
2078 |
name = "python-multipart"
|
2079 |
+
version = "0.0.20"
|
2080 |
requires_python = ">=3.8"
|
2081 |
summary = "A streaming multipart parser for Python"
|
2082 |
groups = ["default"]
|
2083 |
files = [
|
2084 |
+
{file = "python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"},
|
2085 |
+
{file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"},
|
2086 |
]
|
2087 |
|
2088 |
[[package]]
|
|
|
2758 |
|
2759 |
[[package]]
|
2760 |
name = "transformers"
|
2761 |
+
version = "4.47.1"
|
2762 |
requires_python = ">=3.9.0"
|
2763 |
summary = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
|
2764 |
groups = ["default"]
|
|
|
2775 |
"tqdm>=4.27",
|
2776 |
]
|
2777 |
files = [
|
2778 |
+
{file = "transformers-4.47.1-py3-none-any.whl", hash = "sha256:d2f5d19bb6283cd66c893ec7e6d931d6370bbf1cc93633326ff1f41a40046c9c"},
|
2779 |
+
{file = "transformers-4.47.1.tar.gz", hash = "sha256:6c29c05a5f595e278481166539202bf8641281536df1c42357ee58a45d0a564a"},
|
2780 |
]
|
2781 |
|
2782 |
[[package]]
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[project]
|
2 |
name = "synthetic-dataset-generator"
|
3 |
-
version = "0.1.
|
4 |
description = "Build datasets using natural language"
|
5 |
authors = [
|
6 |
{name = "davidberenstein1957", email = "[email protected]"},
|
|
|
1 |
[project]
|
2 |
name = "synthetic-dataset-generator"
|
3 |
+
version = "0.1.5"
|
4 |
description = "Build datasets using natural language"
|
5 |
authors = [
|
6 |
{name = "davidberenstein1957", email = "[email protected]"},
|