Skip to content

Commit

Permalink
#357 synthcity-2022b build ok
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Aug 1, 2024
1 parent 7ba5039 commit b2ace17
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 28 deletions.
18 changes: 8 additions & 10 deletions 357_Synthcity/2022b_version/HF-Datasets-2022b.eb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
easyblock = "PythonBundle"

name = 'HF-Datasets'
version = '2.16.1'
version = '2.14.4'

homepage = 'https://github.com/huggingface/datasets'
description = """
Expand All @@ -11,9 +11,10 @@ data manipulation tools.

toolchain = {'name': 'gfbf', 'version': '2022b'}

# huggingface-hub 0.21.4 has requirement fsspec>=2023.5.0, but you have fsspec 2022.11.0.
# datasets 2.18.0 has requirement fsspec[http]<=2024.2.0,>=2023.1.0, but you have fsspec 2022.11.0.
# datasets 2.18.0 has requirement pyarrow>=14.0.1, but you have pyarrow 11.0.0.
# huggingface-hub 0.15.1. in Transformers -> do same version for HF-Datasets ok
# huggingface-hub 0.21.4 has requirement fsspec>=2023.5.0, but you have fsspec 2022.11.0. ok
# datasets 2.18.0 has requirement fsspec[http]<=2024.2.0,>=2023.1.0, but you have fsspec 2022.11.0. ok
# datasets 2.18.0 has requirement pyarrow>=14.0.1, but you have pyarrow 11.0.0. ok

dependencies = [
('Python', '3.10.8'),
Expand All @@ -33,18 +34,15 @@ exts_list = [
('pyarrow_hotfix', '0.6', {
'checksums': ['79d3e030f7ff890d408a100ac16d6f00b14d44a502d7897cd9fc3e3a534e9945'],
}),
('fsspec', '2023.5.0', {
'checksums': ['b3b56e00fb93ea321bc9e5d9cf6f8522a0198b20eb24e02774d329e9c6fb84ce'],
}),
('multiprocess', '0.70.15', {
'checksums': ['f20eed3036c0ef477b07a4177cf7c1ba520d9a2677870a4f47fe026f0cd6787e'],
}),
('huggingface-hub', '0.21.4', {
('huggingface-hub', '0.15.1', {
'sources': ['huggingface_hub-%(version)s.tar.gz'],
'checksums': ['e1f4968c93726565a80edf6dc309763c7b546d0cfe79aa221206034d50155531'],
'checksums': ['a61b7d1a7769fe10119e730277c72ab99d95c48d86a3d6da3e9f3d0f632a4081'],
}),
('datasets', version, {
'checksums': ['ad3215e9b1984d1de4fda2123bc7319ccbdf1e17d0c3d5590d13debff308a080'],
'checksums': ['ef29c2b5841de488cd343cfc26ab979bff77efa4d2285af51f1ad7db5c46a83b'],
}),
]

Expand Down
Loading

0 comments on commit b2ace17

Please sign in to comment.