Commit a1f4d9c0 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

fix deps

parent 2daa3a16
Pipeline #2158 passed with stage
# base # base
astropy==5.3.4 astropy==5.3.4
pandas==2.0.3 pandas==2.0.3
networkx==3.2.1
matplotlib==3.7.2 matplotlib==3.7.2
numpy==1.26.1 numpy==1.26.1
healpy==1.16.6 healpy==1.16.6
...@@ -9,5 +8,6 @@ healpy==1.16.6 ...@@ -9,5 +8,6 @@ healpy==1.16.6
astropy_healpix==1.0.1 astropy_healpix==1.0.1
grpcio==1.53.0 grpcio==1.53.0
grpcio_tools==1.53.0 grpcio_tools==1.53.0
networkx==3.2.1
protobuf==4.22.3 protobuf==4.22.3
DBUtils==1.3 DBUtils==1.3
\ No newline at end of file
...@@ -49,7 +49,6 @@ setup( ...@@ -49,7 +49,6 @@ setup(
long_description=open('README.md').read(), long_description=open('README.md').read(),
license="MIT", license="MIT",
python_requires=">=3.7", python_requires=">=3.7",
setup_requires=["setuptools_scm"],
install_requires=requirements(), install_requires=requirements(),
zip_safe=False, zip_safe=False,
classifiers=[ classifiers=[
......
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