Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Feb 13, 2024
1 parent e472e7d commit 3af40cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ai_models_panguweather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.

__version__ = "0.0.4"
__version__ = "0.0.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def has_gpu():
include_package_data=True,
setup_requires=["GPUtil"],
install_requires=[
"ai-models>=0.3.6",
"ai-models>=0.4.0",
"onnx",
os.environ.get("ONNXRUNTIME", onnxruntime),
],
Expand Down

0 comments on commit 3af40cd

Please sign in to comment.