We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e373c commit bf10869Copy full SHA for bf10869
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
3
build-backend = "setuptools.build_meta"
4
[project]
5
name = "math-spec-mapping"
6
-version = "0.4.1"
+version = "0.4.1.2"
7
authors = [
8
{ name="Sean McOwen", email="[email protected]" },
9
]
@@ -14,7 +14,6 @@ dependencies = [
14
"pandas>=1.4",
15
"jsonschema>=4.21.1",
16
"PyGithub==2.5.0",
17
- "dotenv",
18
"python-dotenv>=1.0.0"
19
20
readme = "README.md"
0 commit comments