We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e0d1a commit db474efCopy full SHA for db474ef
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name='TidalPy'
3
-version = '0.6.1'
+version = '0.6.2'
4
description='Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python'
5
authors= [
6
{name = 'Joe P. Renaud', email = 'TidalPy@gmail.com'}
@@ -26,7 +26,7 @@ dependencies = [
26
# Graphics
27
"ipympl>=0.9.6, <0.10.0",
28
"matplotlib>=3.4.2, <4.0.0",
29
- "cmcrameri>=1.4, <2.0"
+ "cmcrameri"
30
]
31
license = {file = "LICENSE.md"}
32
readme = "README.md"
0 commit comments