Skip to content

Commit

Permalink
Remove mkdocs hard dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Mar 31, 2024
1 parent d7a9f71 commit 610ac3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jarvis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Version number."""

__version__ = "2024.3.24"
__version__ = "2024.3.30"

import os

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="jarvis-tools",
version="2024.3.24",
version="2024.3.30",
long_description=long_d,
install_requires=[
"numpy>=1.20.1",
Expand All @@ -24,8 +24,8 @@
"toolz>=0.9.0",
"xmltodict>=0.11.0",
"tqdm>=4.41.1",
"mkdocs-material>=9.0.5",
"markdown>=3.2.1",
# "mkdocs-material>=9.0.5",
# "markdown>=3.2.1",
# "absl-py==1.4.0",
],
package_data={
Expand Down

0 comments on commit 610ac3c

Please sign in to comment.