Skip to content

Commit d84cd6d

Browse files
committed
Update requirements install
1 parent df4a69e commit d84cd6d

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
{name = "FURAX Team"}
88
]
99
dependencies = [
10-
"furax@git+https://github.com/CMBSciPol/furax.git@main",
10+
"furax",
1111
"healpy",
1212
"jax-healpy",
1313
"jax_hpc_profiler",
@@ -17,12 +17,12 @@ dependencies = [
1717
"numpy",
1818
"pysm3",
1919
"astropy",
20-
"optimistix@git+https://github.com/ASKabalan/optimistix@add-progress",
20+
"optimistix",
2121
"cobyqa",
2222
"jaxopt",
2323
"scienceplots"
2424
]
25-
description = "CMB component separation comparison: FURAX vs FGBuster"
25+
description = "GPU Powered CMB Parametric Component Seperation using Furax and JAX"
2626
license = {file = "LICENSE"}
2727
name = "furax-cs"
2828
readme = "README.md"
@@ -31,10 +31,7 @@ version = "0.1.0"
3131

3232
[project.optional-dependencies]
3333
all = [
34-
"furax-cs[plotting,benchmarks,dev]"
35-
]
36-
benchmarks = [
37-
"fgbuster @ git+https://github.com/fgbuster/fgbuster"
34+
"furax-cs[plotting,dev]"
3835
]
3936
dev = [
4037
"ruff",

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
furax @ git+https://github.com/CMBSciPol/furax.git@main
2+
optimistix @ git+https://github.com/ASKabalan/optimistix@add-progress

0 commit comments

Comments
 (0)