Skip to content

Commit a8ec785

Browse files
authored
Relax datasets (#388)
* Relax datasets versioning for colab * Relax datasets versioning for colab
1 parent 67630a7 commit a8ec785

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "deepfabric"
3-
version = "2.14.1"
3+
version = "2.14.2"
44
description = "Large Scale Topic based Synthetic Data Generation for LLM Fine-Tuning & Training"
55
authors = [{name = "Luke Hinds", email = "luke@rdrocket.com"}]
66
readme = "README.md"
77
requires-python = ">=3.11"
88
dependencies = [
99
"huggingface-hub==0.35.3",
10-
"datasets==4.2.0",
10+
"datasets>=3.0,<5.0",
1111
"kagglehub>=0.3.0",
1212
"outlines==1.2.7",
1313
"openai>=1.107.2",

0 commit comments

Comments
 (0)