We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5503eac commit 9c1b5b0Copy full SHA for 9c1b5b0
pyproject.toml
@@ -17,8 +17,8 @@ pixell = "^0.10.3"
17
healpy = "^1.14.0"
18
numpy = "^1.18.0"
19
astropy = "^4"
20
-so_noise_models = {url = "https://github.com/zonca/so_noise_models/archive/3.1.1.tar.gz"}
21
-so-pysm-models = {url = "https://github.com/simonsobs/so_pysm_models/archive/master.zip"}
+so_noise_models = "3.1.1"
+so-pysm-models = "^2.4.0"
22
pysm3 = "^3.3.0"
23
pytest = {version = "^5.4.3", optional = true}
24
pytest-astropy = {version = "^0.8.0", optional = true}
0 commit comments