Skip to content

Commit

Permalink
test with newer tf
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored Nov 22, 2024
1 parent 180c9a7 commit 502ac27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
- pip
run:
- python >=3.9,<3.13
- tensorflow >=2.10,<2.17 # 2.17 works ok but the conda-forge package for macos doesn't
- tensorflow >=2.10
- keras >=3.1
- psutil # to ensure n3fit affinity is with the right processors
- hyperopt
Expand All @@ -30,7 +30,7 @@ requirements:
- numpy
- pkg-config
- reportengine
- matplotlib >=3.3.0,<3.8 # see https://github.com/NNPDF/nnpdf/pull/1809
- matplotlib >=3.3.0
- blessings >=1.7
- scipy >=0.19.1
- pandas
Expand Down

0 comments on commit 502ac27

Please sign in to comment.