Skip to content

Commit

Permalink
test install
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 2, 2024
1 parent e1088b9 commit 7c941a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/soliket-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.8,<3.12
- python>=3.9
- pip
- pytest-cov
- compilers
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies = [
"camb",
"getdist",
"syslibrary>=0.2.0",
"git+https://github.com/simonsobs/LAT_MFLike.git@restructure#egg=mflike"
]

[project.urls]
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ pyccl >= 3.0; platform_system!='Windows'
sacc
fgspectra>=1.1.0
syslibrary
pyhalomodel
git+https://github.com/simonsobs/LAT_MFLike.git@restructure#egg=mflike
pyhalomodel
2 changes: 1 addition & 1 deletion soliket-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.8,<3.12
- python>=3.8
- pip
- pytest
- pytest-cov
Expand Down

0 comments on commit 7c941a4

Please sign in to comment.