Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fitbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
N3FIT_MAXNREP: 20 # total number of replicas to fit
POSTFIT_NREP: 16 # requested replicas for postfit
REFERENCE_SET: NNBOT-092dc91e5-2023-12-06 # reference set for vp
REFERENCE_SET: NNBOT-a5240b65e-2023-12-12 # reference set for vp
CONDA_PY: 310

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
include:
- os: ubuntu-latest
CONDA_OS: linux-64
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#For some reason the resolver decides to use an old version of numpy
#without this
numpy:
- 1.21
- 1.24
Comment thread
RoyStegeman marked this conversation as resolved.

pin_run_as_build:
lhapdf: x.x.x
Expand Down
6 changes: 3 additions & 3 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ requirements:
- lhapdf # with python wrapper
- sqlite
- gsl # Gsl doesn't link openblas on old debian 7
- libarchive ==3.4.2 # See https://github.com/NNPDF/nnpdf/pull/1130
- libarchive
- yaml-cpp >=0.6.3
- apfel >=3 # see https://github.com/scarrazza/apfel
- python
- numpy
run:
- tensorflow >=2 *eigen*
- tensorflow >=2.10
- tensorflow >=2.10 *eigen* # [py < 311]
- psutil # to ensure n3fit affinity is with the right processors
- hyperopt
- seaborn
Expand Down Expand Up @@ -52,7 +53,6 @@ requirements:
- curio >=1.0
- pineappl >=0.6.2
- eko >=0.14.0
- banana-hep >=0.6.8
- fiatlux

test:
Expand Down