Skip to content

Commit

Permalink
Updates to submodules and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Sep 13, 2024
1 parent 7f84b32 commit b87b0cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion external/dace
Submodule dace updated 162 files
2 changes: 1 addition & 1 deletion external/gt4py
Submodule gt4py updated 605 files
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def local_pkg(name: str, relative_path: str) -> str:

setup(
author="NOAA/NASA",
python_requires=">=3.8",
python_requires=">=3.11",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
Expand All @@ -57,7 +57,7 @@ def local_pkg(name: str, relative_path: str) -> str:
packages=find_namespace_packages(include=["ndsl", "ndsl.*"]),
include_package_data=True,
url="https://github.com/NOAA-GFDL/NDSL",
version="2024.06.00",
version="2024.09.00",
zip_safe=False,
entry_points={
"console_scripts": [
Expand Down

0 comments on commit b87b0cb

Please sign in to comment.