Commit af286a52 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated requirements

parent 19597f04
Pipeline #164 passed with stages
in 18 seconds
numpy~=1.20.3 numpy==1.23.3
joblib~=1.1.0 scipy==1.9.1
#csst~=0.0.1 joblib==1.2.0
setuptools~=58.0.4 setuptools==58.0.4
astropy~=5.1 astropy==5.1
pytest pycodestyle==2.9.1
coverage \ No newline at end of file
pycodestyle~=2.8.0
\ No newline at end of file
...@@ -9,7 +9,7 @@ setuptools.setup( ...@@ -9,7 +9,7 @@ setuptools.setup(
version=csst_proto.__version__, version=csst_proto.__version__,
author='CSST Team', author='CSST Team',
author_email='bozhang@nao.cas.cn', author_email='bozhang@nao.cas.cn',
description='The CSST L1 pipeline prototype', # short description description='The CSST L1 pipeline - prototype', # short description
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url='https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto', url='https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto',
...@@ -22,18 +22,19 @@ setuptools.setup( ...@@ -22,18 +22,19 @@ setuptools.setup(
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Astronomy"], "Topic :: Scientific/Engineering :: Astronomy"],
package_dir={'csst': 'csst'}, package_dir={'csst_proto': 'csst_proto'},
# include_package_data=True, # include_package_data=True,
package_data={"": ["LICENSE", "README.md"], package_data={"": ["LICENSE", "README.md"],
"csst_proto": ["data/test_image.txt", "csst_proto": ["data/test_image.txt",
"data/table_data.csv" "data/table_data.csv"
]}, ]},
# install_requires=['sphinx', # install_requires=['numpy>1.20.3',
# 'numpy', # 'scipy',
# 'scipy', 'matplotlib', # 'matplotlib',
# 'astropy', 'healpy', 'ccdproc', 'deepCR', 'photutils'], # 'astropy',
# ],
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