Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev space #96

Merged
merged 3 commits into from
May 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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