Skip to content
Snippets Groups Projects
Commit a9dc3da0 authored by Carlos Gonzalez's avatar Carlos Gonzalez
Browse files

rm scipy stack dep

parent c756c6b9
Branches
No related tags found
No related merge requests found
...@@ -13,8 +13,9 @@ toolchainopts = {'pic': True} ...@@ -13,8 +13,9 @@ toolchainopts = {'pic': True}
dependencies = [ dependencies = [
('Python', '3.10.4'), ('Python', '3.10.4'),
#('SciPy-Stack', '2022a'),
('SciPy-bundle', '2022.05'), ('SciPy-bundle', '2022.05'),
('sympy', '1.11.1', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('matplotlib', '3.5.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('protobuf-python', '3.19.4'), ('protobuf-python', '3.19.4'),
('networkx', '2.8.4'), ('networkx', '2.8.4'),
('tqdm', '4.64.0'), ('tqdm', '4.64.0'),
......
...@@ -11,7 +11,6 @@ toolchainopts = {'pic': True} ...@@ -11,7 +11,6 @@ toolchainopts = {'pic': True}
dependencies = [ dependencies = [
('Python', '3.10.4'), ('Python', '3.10.4'),
#('SciPy-Stack', '2022a'),
('SciPy-bundle', '2022.05'), ('SciPy-bundle', '2022.05'),
('IPython', '8.5.0'), ('IPython', '8.5.0'),
('networkx', '2.8.4'), ('networkx', '2.8.4'),
......
...@@ -21,7 +21,10 @@ builddependencies = [ ...@@ -21,7 +21,10 @@ builddependencies = [
dependencies = [ dependencies = [
('Python', '3.10.4'), ('Python', '3.10.4'),
('SciPy-Stack', '2022a', '', ('gcccoremkl', '11.3.0-2022.1.0')), ('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('lxml', '4.9.1'),
('sympy', '1.11.1', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('dill', '0.3.6'),
('scikit-build', '0.15.0'), # for aer ('scikit-build', '0.15.0'), # for aer
('scikit-learn', '1.1.2', '', ('gcccoremkl', '11.3.0-2022.1.0')), ('scikit-learn', '1.1.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('CVXOPT', '1.3.0'), ('CVXOPT', '1.3.0'),
...@@ -84,6 +87,7 @@ exts_list = [ ...@@ -84,6 +87,7 @@ exts_list = [
('inflection', '0.5.1', { ('inflection', '0.5.1', {
'checksums': ['1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417'], 'checksums': ['1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417'],
}), }),
('soupsieve', '2.3.1'),
('beautifulsoup4', '4.11.1', { ('beautifulsoup4', '4.11.1', {
'checksums': ['ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693'], 'checksums': ['ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693'],
'modulename': 'bs4', 'modulename': 'bs4',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment