Skip to content

Commit

Permalink
fixed hatchling deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lcniel authored and c3-builder committed Jun 17, 2024
1 parent b18e54e commit 66697a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions easybuild/easyconfigs/s/spaCy/spaCy-3.7.4-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ toolchain = {'name': 'foss', 'version': '2023a'}

builddependencies = [
('poetry', '1.7.1'),
('hatchling', '1.18.0'),
]

dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
('tqdm', '4.66.1'),
('pydantic', '2.5.3'),
('hatchling', '1.18.0')
]

use_pip = True
Expand Down Expand Up @@ -66,9 +66,6 @@ exts_list = [
'source_tmpl': 'smart_open-%(version)s.tar.gz',
'checksums': ['be3c92c246fbe80ebce8fbacb180494a481a77fcdcb7c1aadb2ea5b9c2bee8b9'],
}),
('hatch_fancy_pypi_readme', '24.1.0', {
'checksums': ['44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8'],
}),
('langcodes', '3.3.0', {
'checksums': ['794d07d5a28781231ac335a1561b8442f8648ca07cd518310aeb45d6f0807ef6'],
}),
Expand Down

0 comments on commit 66697a9

Please sign in to comment.