Skip to content

Commit

Permalink
do not depend to scipy to use numpy array
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed Dec 18, 2024
1 parent 2436ac2 commit 3a1d3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openalea/plantgl/ext/pgl_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""
import math
import random as rdm
from scipy import array, arange
from numpy import array, arange
from copy import deepcopy
import openalea.plantgl.all as pgl

Expand Down

0 comments on commit 3a1d3d5

Please sign in to comment.