Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deepfplearn: bump keras #52758

Merged
merged 3 commits into from
Dec 13, 2024
Merged
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
10 changes: 5 additions & 5 deletions recipes/deepfplearn/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 9e30f6efd28de39f963021663beeb8c6821a78ec019909b912e2cfc508ff9de4

build:
number: 0
number: 1
noarch: python
entry_points:
- dfpl=dfpl.__main__:main
Expand All @@ -27,14 +27,14 @@ requirements:
# - cudatoolkit
- jsonpickle =2.1
- matplotlib-base =3.5.1
- numpy =1.22
- pandas =1.4
- numpy ==1.22
- pandas ==1.4
- rdkit =2022.03
- scikit-learn =1.0
- keras =2.9
- keras ==2.10
- tensorflow-base
# - tensorflow-gpu =2
- wandb =0.12
- wandb =0.12.20
- chemprop =1.7.1
- protobuf >3.19 # seems indirectly required by chemprop
- seaborn =0.12.2
Expand Down
Loading