Skip to content

Commit b8afb95

Browse files
drop < 1.9
1 parent 884ae46 commit b8afb95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CondaPkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ channels = ["conda-forge"]
33
[deps]
44
# h5py = ""
55
# pillow = ">=9.1, <10"
6+
# pyarrow = "==6.0.0"
67
datasets = ">=2.12, <3"
78
numpy = ">=1.20, <2"
89
pillow = ""
910

10-
# pyarrow = "==6.0.0"

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HuggingFaceDatasets"
22
uuid = "d94b9a45-fdf5-4270-b024-5cbb9ef7117d"
33
authors = ["Carlo Lucibello"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55

66
[deps]
77
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
@@ -16,7 +16,7 @@ DLPack = "0.1"
1616
ImageCore = "0.9"
1717
MLUtils = "0.4.1"
1818
PythonCall = "0.9"
19-
julia = "1.7"
19+
julia = "1.9"
2020

2121
[extras]
2222
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)