Skip to content

Commit

Permalink
remove open3d reqiriement
Browse files Browse the repository at this point in the history
  • Loading branch information
tf17270 committed May 9, 2024
1 parent 696fcf7 commit 6537ece
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/04_time_domain_channel_modelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
output_amplitude_peak = v_transmit

desired_E_axis = np.zeros((3), dtype=np.float32)
desired_E_axis[2] = 1.0
desired_E_axis[1] = 1.0
noise_volts_peak = (10 ** (noise_power / 10) * receiver_impedence) * 0.5

excitation_signal = output_amplitude_rms * sig.chirp(
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# platform: linux-64

numpy~=1.21.6
open3d==0.9.0.0
lyceanem~=0.0.1
tqdm~=4.62.2
matplotlib~=3.3.4
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ packages = find:
python_requires = >=3.6
install_requires =
numpy
open3d
matplotlib
numba
solidpython
Expand Down

0 comments on commit 6537ece

Please sign in to comment.