We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884ae46 commit b8afb95Copy full SHA for b8afb95
CondaPkg.toml
@@ -3,8 +3,8 @@ channels = ["conda-forge"]
3
[deps]
4
# h5py = ""
5
# pillow = ">=9.1, <10"
6
+# pyarrow = "==6.0.0"
7
datasets = ">=2.12, <3"
8
numpy = ">=1.20, <2"
9
pillow = ""
10
-# pyarrow = "==6.0.0"
Project.toml
@@ -1,7 +1,7 @@
1
name = "HuggingFaceDatasets"
2
uuid = "d94b9a45-fdf5-4270-b024-5cbb9ef7117d"
authors = ["Carlo Lucibello"]
-version = "0.3.0"
+version = "0.3.1"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
@@ -16,7 +16,7 @@ DLPack = "0.1"
16
ImageCore = "0.9"
17
MLUtils = "0.4.1"
18
PythonCall = "0.9"
19
-julia = "1.7"
+julia = "1.9"
20
21
[extras]
22
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments