Skip to content

Commit

Permalink
Scikit added to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
andreab1997 committed Feb 26, 2024
1 parent 1337476 commit dfa13a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ requirements:
- fiatlux
- frozendict # needed for caching of data loading
- curio >=1.0 # reportengine uses it but it's not in its dependencies
- scikit-learn = "^1.4.1"

test:
requires:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pandas = "<2"
numpy = "*"
validobj = "*"
prompt_toolkit = "*"
scikit-learn = "^1.4.1"
frozendict = "*" # validphys: needed for caching of data loading
# Reportengine (and its dependencies) need to be installed in a bit more manual way
reportengine = { git = "https://github.com/NNPDF/reportengine", rev = "3bb2b1d"}
Expand Down Expand Up @@ -97,7 +98,6 @@ fiatlux = {version = "*", optional = true}
# without lhapdf
pdfflow = {version = "^1.2.1", optional = true}
lhapdf-management = {version = "^0.5", optional = true}
scikit-learn = "^1.4.1"

# Optional dependencies
[tool.poetry.extras]
Expand Down

0 comments on commit dfa13a2

Please sign in to comment.