Commit 2b983e18 authored by yuedong0607's avatar yuedong0607
Browse files

update pyproject.toml and requirements.txt

parent 925e7dd0
Loading
Loading
Loading
Loading
Loading
+21 −17
Original line number Diff line number Diff line
@@ -17,24 +17,25 @@ license = { text = "MIT" }
authors = [
  { name = "CSST simulation team" }
]
dynamic = ["dependencies"]

dependencies = [
  "numpy==1.26.4",
  "scipy>=1.10",
  "astropy>=5",
  "PyYAML>=6",
  "galsim>=2.5",
  "sep>=1.2",
  "healpy>=1.16",
  "h5py>=3.11",
  "Cython==3.0.6",
  "numba>=0.59.1",
  "psutil>=5.9",
  "lmfit>=1.2",
  "mpi4py>=4.1",
  "toml>=0.10",
  "matplotlib"
]
# dependencies = [
#  "numpy==1.26.4",
#  "scipy>=1.10",
#  "astropy>=5",
#  "PyYAML>=6",
#  "galsim>=2.5",
#  "sep>=1.2",
#  "healpy>=1.16",
#  "h5py>=3.11",
#  "Cython==3.0.6",
#  "numba>=0.59.1",
#  "psutil>=5.9",
#  "lmfit>=1.2",
#  "mpi4py>=4.1",
#  "toml>=0.10",
#  "matplotlib"
#]

[project.urls]
Homepage = "https://csst-tb.bao.ac.cn/code/csst-sims/csst_msc_sim"
@@ -60,6 +61,9 @@ csst-run-sim = "observation_sim.cli:main"
[tool.setuptools]
include-package-data = true

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.setuptools.packages.find]
include = ["observation_sim*"]

+10 −8
Original line number Diff line number Diff line
numpy==1.26.4
astropy==6.0.1
scipy==1.11.4
astropy==7.2.0
scipy==1.17.1
GalSim==2.8.4
PyYAML==6.0.1
sep==1.2.1
healpy==1.16.6
h5py==3.11.0
sep==1.4.1
healpy==1.19.0
h5py==3.16.0
Cython==3.0.6
numba==0.59.1
psutil==5.9.8
numba==0.65.1
psutil==7.2.2
toml==0.10.2
lmfit==1.2.2
 No newline at end of file
lmfit==1.3.4
matplotlib==3.10.9
mpi4py==4.1.1
 No newline at end of file