Skip to content

Commit

Permalink
Fix Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Jul 31, 2024
1 parent 34241aa commit 673ef28
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
10 changes: 8 additions & 2 deletions cocotb/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ design_info.yaml
*.log
sim_build
sim
__pycache__
*.
./wb_models/housekeepingWB/__pycache__
*.xml
Expand All @@ -11,4 +10,11 @@ __pycache__
*.elf
AN.DB
includes.v
*.lst
*.lst

# Python
__pycache__
/build
/venv
/dist
/*.egg-info
18 changes: 10 additions & 8 deletions cocotb/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
click
cocotb==1.8.0
oyaml
anytree>=2.12.0,<3
click>=8
cocotb>=1.9.0,<2
cocotb_coverage==1.1.0
PrettyTable
anytree
PyYAML
tabulate
rich
oyaml==1.0
prettytable>=3.10.0,<4
PyYAML>=6
rich>=13,<14
ruamel.yaml>=0.18.6
volare>=0.18.0

setuptools

0 comments on commit 673ef28

Please sign in to comment.