Skip to content

Commit 9b28685

Browse files
committed
update dependencies
1 parent 8317ab0 commit 9b28685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ai_models_graphcast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# granted to it by virtue of its status as an intergovernmental organisation
66
# nor does it submit to any jurisdiction.
77

8-
__version__ = "0.0.6"
8+
__version__ = "0.0.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def read(fname):
4343
include_package_data=True,
4444
# JAX requirements are in requirements.txt
4545
install_requires=[
46-
"ai-models>=0.3.6",
46+
"ai-models>=0.4.0",
4747
"dm-tree",
4848
"dm-haiku==0.0.10",
4949
],

0 commit comments

Comments
 (0)