Skip to content

Commit db474ef

Browse files
authoredMar 28, 2025··
Update pyproject.toml
1 parent a6e0d1a commit db474ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name='TidalPy'
3-
version = '0.6.1'
3+
version = '0.6.2'
44
description='Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python'
55
authors= [
66
{name = 'Joe P. Renaud', email = 'TidalPy@gmail.com'}
@@ -26,7 +26,7 @@ dependencies = [
2626
# Graphics
2727
"ipympl>=0.9.6, <0.10.0",
2828
"matplotlib>=3.4.2, <4.0.0",
29-
"cmcrameri>=1.4, <2.0"
29+
"cmcrameri"
3030
]
3131
license = {file = "LICENSE.md"}
3232
readme = "README.md"

0 commit comments

Comments
 (0)
Please sign in to comment.