-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9bcf27
commit f65ec46
Showing
4 changed files
with
8 additions
and
15 deletions.
There are no files selected for viewing
Submodule PyAMI
updated
5 files
+2 −2 | .pre-commit-config.yaml | |
+7 −7 | pyproject.toml | |
+3 −3 | src/pyibisami/__init__.py | |
+1 −1 | src/pyibisami/ami/config.py | |
+2 −1 | src/pyibisami/ibis/parser.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" | |
[project] | ||
name = "PipBERT" | ||
description = "Serial communication link bit error rate tester simulator, written in Python." | ||
version = "4.0.4" | ||
version = "4.0.6" | ||
authors = [ {name = "David Banas", email = "[email protected]"} | ||
, {name = "David Patterson"} | ||
] | ||
|
@@ -14,17 +14,10 @@ readme = "README.md" | |
requires-python = ">=3.8" | ||
license = {text = "BSD"} | ||
dependencies = [ | ||
"chaco==5.1.0", | ||
"click==8.1.3", | ||
"enable==5.3.1", | ||
"numpy>=1.22.3,<1.23", | ||
"PyIBIS-AMI>=4.0.5", | ||
"pyside6", | ||
"pyyaml==6.0", | ||
"scikit-rf==0.24.1", | ||
"scipy==1.9.3", | ||
"traits==6.4.1", | ||
"traitsui==7.4.1", | ||
"pyyaml>=6", | ||
"scikit-rf>=0.24", | ||
] | ||
keywords=["bert", "communication", "simulator"] | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters