There was an error while loading. Please reload this page.
1 parent 67630a7 commit a8ec785Copy full SHA for a8ec785
1 file changed
pyproject.toml
@@ -1,13 +1,13 @@
1
[project]
2
name = "deepfabric"
3
-version = "2.14.1"
+version = "2.14.2"
4
description = "Large Scale Topic based Synthetic Data Generation for LLM Fine-Tuning & Training"
5
authors = [{name = "Luke Hinds", email = "luke@rdrocket.com"}]
6
readme = "README.md"
7
requires-python = ">=3.11"
8
dependencies = [
9
"huggingface-hub==0.35.3",
10
- "datasets==4.2.0",
+ "datasets>=3.0,<5.0",
11
"kagglehub>=0.3.0",
12
"outlines==1.2.7",
13
"openai>=1.107.2",
0 commit comments