Skip to content

Commit 9a90754

Browse files
committed
updates
1 parent eb02494 commit 9a90754

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

py/minimint/_version.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
try:
2-
from importlib.metadata import version
3-
except ImportError:
4-
# Python < 3.8
5-
from importlib_metadata import version
1+
from importlib.metadata import version
62

73
try:
84
__version__ = version("minimint")

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ classifiers = [
1515
"Topic :: Utilities",
1616
"License :: OSI Approved :: BSD License",
1717
]
18-
requires-python = ">=3.6"
18+
requires-python = ">=3.8"
19+
dependencies = [
20+
"numpy",
21+
"scipy",
22+
"astropy",
23+
]
1924

2025
[project.urls]
2126
Homepage = "http://github.com/segasai/minimint"

version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)