Skip to content

Commit 9c1b5b0

Browse files
committed
specify exact version for so packages
1 parent 5503eac commit 9c1b5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ pixell = "^0.10.3"
1717
healpy = "^1.14.0"
1818
numpy = "^1.18.0"
1919
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"}
20+
so_noise_models = "3.1.1"
21+
so-pysm-models = "^2.4.0"
2222
pysm3 = "^3.3.0"
2323
pytest = {version = "^5.4.3", optional = true}
2424
pytest-astropy = {version = "^0.8.0", optional = true}

0 commit comments

Comments
 (0)