forked from google-deepmind/deepmind-research
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update DM21 pinned requirements and bazel config for compiling functi…
…onal to C++. PiperOrigin-RevId: 505176617
- Loading branch information
1 parent
c7e2ef2
commit cb555c2
Showing
7 changed files
with
250 additions
and
163 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
absl-py==0.13.0 | ||
attrs==21.2.0 | ||
h5py==3.7.0 | ||
numpy==1.23.4 | ||
absl-py==1.4.0 | ||
attrs==22.2.0 | ||
h5py==3.8.0 | ||
numpy==1.24.1 | ||
pyscf==2.1.1 | ||
pytest==6.2.4 | ||
scipy==1.9.3 | ||
tensorflow==2.10.0 | ||
tensorflow==2.11.0 | ||
tensorflow-hub==0.12.0 |
4 changes: 2 additions & 2 deletions
4
density_functional_approximation_dm21/requirements_aot_compilation.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Keras-Preprocessing==1.1.2 | ||
numpy==1.23.4 | ||
tensorflow-estimator==2.10.0 | ||
numpy==1.24.1 | ||
tensorflow-estimator==2.11.0 |