Skip to content

Commit

Permalink
Remove self-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdh7 committed Dec 17, 2024
1 parent e1c3cb0 commit 5d56a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions PyCO2SYS/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2020--2023 Matthew P. Humphreys et al. (GNU GPLv3)
"""Define metadata about PyCO2SYS."""

version = "1.8.3.3"
version = "1.8.3.4"
version_xyz = "1.8.3"
authorlist = [
"Humphreys, Matthew P.",
Expand Down Expand Up @@ -42,7 +42,5 @@ def hello():
Lasciate ogni speranza, voi ch' entrate!
Dante, Inferno iii, 9
sign on the entrance gates of hell
""".format(
version_xyz
)
""".format(version_xyz)
) # (All hope abandon, ye who enter here!)
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ name = "PyCO2SYS"
description = "PyCO2SYS: marine carbonate system calculations in Python"
readme = "README.md"
dependencies = [
"PyCO2SYS",
"autograd",
"numpy",
]
Expand Down

0 comments on commit 5d56a21

Please sign in to comment.