Skip to content

Commit fb55068

Browse files
committed
setup.py: set dss_python to 0.14.*; also set version to 0.8.2
This should fix installation with very old NumPy versions since NumPy 1.21 is now required for type annotation. We can adjust that later if there are any complaints. We don't need to pin the explicit micro anymore, so let the user get the latest.
1 parent 0e3964b commit fb55068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opendssdirect/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.8.1"
2+
__version__ = "0.8.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run(self):
4646
author_email="me@kdheepak.com",
4747
license="BSD-compatible",
4848
packages=find_packages(),
49-
install_requires=["dss_python==0.13.1"],
49+
install_requires=["dss_python==0.14.*"],
5050
extras_require={
5151
"extras": ["pandas", "matplotlib", "networkx"],
5252
"dev": [

0 commit comments

Comments
 (0)