Commit 6a5baa03 authored by Chen Yili's avatar Chen Yili
Browse files

Update setup.py, requirements.txt

parent 7833209d
Pipeline #4167 failed with stage
in 0 seconds
...@@ -4,3 +4,4 @@ astropy==5.3.4 ...@@ -4,3 +4,4 @@ astropy==5.3.4
pysynphot==2.0.0 pysynphot==2.0.0
hcipy==0.6.0 hcipy==0.6.0
setuptools==68.2.2 setuptools==68.2.2
pandas==2.2.1
...@@ -20,6 +20,6 @@ setuptools.setup( ...@@ -20,6 +20,6 @@ setuptools.setup(
package_dir={'csst_cpic_sim': 'csst_cpic_sim'}, package_dir={'csst_cpic_sim': 'csst_cpic_sim'},
include_package_data=False, include_package_data=False,
install_requires=['numpy', 'scipy', 'astropy', 'pysynphot', 'hcipy'], install_requires=['numpy', 'scipy', 'astropy', 'pysynphot', 'hcipy', 'pandas'],
python_requires='>=3.8', python_requires='>=3.8',
) )
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment