We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8317ab0 commit 9b28685Copy full SHA for 9b28685
ai_models_graphcast/__init__.py
@@ -5,4 +5,4 @@
5
# granted to it by virtue of its status as an intergovernmental organisation
6
# nor does it submit to any jurisdiction.
7
8
-__version__ = "0.0.6"
+__version__ = "0.0.7"
setup.py
@@ -43,7 +43,7 @@ def read(fname):
43
include_package_data=True,
44
# JAX requirements are in requirements.txt
45
install_requires=[
46
- "ai-models>=0.3.6",
+ "ai-models>=0.4.0",
47
"dm-tree",
48
"dm-haiku==0.0.10",
49
],
0 commit comments