Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zhang Xin
Sls 1d Spec
Commits
19b3e470
Commit
19b3e470
authored
Oct 13, 2024
by
Zhang Xin
Browse files
fix some dependencies version for setup bug
parent
a1fa4619
Changes
2
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
19b3e470
python setup.py develop
conda
install
numpy
==
1.26.4
conda
install
cython
==
3.0.6
conda
install
mpi4py
==
3.1.6
pip
install
-e
.
setup.py
View file @
19b3e470
...
...
@@ -53,10 +53,12 @@ setup(
license_files
=
"LICENSE"
,
packages
=
[
"SpecDisperser"
,
"SpecDisperser/disperse_c"
],
install_requires
=
[
#
'galsim',
'galsim'
,
# 'numpy',
# 'scipy',
# 'astropy',
'scipy'
,
'astropy'
,
'matplotlib'
,
'photutils'
],
ext_modules
=
cythonize
(
extensions
),
ext_modules
=
cythonize
(
extensions
,
language_level
=
"3"
),
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment