Skip to content

Commit

Permalink
Merge pull request #96 from nunobrum/dev_space
Browse files Browse the repository at this point in the history
Importing fixes on the list of dependencies
  • Loading branch information
nunobrum committed May 13, 2023
2 parents 6f58797 + f41eaf9 commit 3450845
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ documentation is directly included in the source file docstrings.
* Alternative contact : nuno.brum@gmail.com

## History ##
* Version 4.0.2\
Changing list of Library dependencies.

* Version 4.0.1\
Bug fix on CLI for the Histogram.py and LTSteps.py

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
build-backend = "setuptools.build_meta"
[project]
name = "PyLTSpice"
version = "4.0.1"
version = "4.0.2"
authors = [
{ name="Nuno Brum", email="me@nunobrum.com" },
]
Expand All @@ -15,7 +15,8 @@ readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.7"
dependencies = [
"numpy==1.21",
"numpy",
"scipy",
"psutil",
"clipboard",
"matplotlib"
Expand Down

0 comments on commit 3450845

Please sign in to comment.