Skip to content

Commit

Permalink
Update versions; resolve NumPy 1.25+ issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Mar 4, 2024
1 parent b1f9db6 commit 8e84ca7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
numpy~=1.24.4
scipy~=1.11.4
numpy~=1.26.4
scipy~=1.12.0
casadi~=3.6.4
pandas~=2.0.3
matplotlib~=3.8.2
seaborn~=0.13.0
tqdm~=4.65.0
matplotlib~=3.8.3
seaborn~=0.13.2
tqdm~=4.66.2
sortedcontainers~=2.4.0
dill~=0.3.7
dill~=0.3.8
neuralfoil~=0.1.10
plotly~=5.17.0
pyvista~=0.42.2
ipyvtklink~=0.2.2
trimesh~=3.18.3
sympy~=1.11.1
plotly~=5.19.0
pyvista~=0.43.3
ipyvtklink~=0.2.3
trimesh~=3.22.4
sympy~=1.12
cadquery~=2.3.1
shapely~=2.0.1
pytest~=7.1.2
pytest~=8.0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
packages=find_packages(exclude=['docs', 'media', 'studies', 'tutorial']),
python_requires='>=3.8',
install_requires=[
'numpy >= 1.20.0, <1.25a0',
'numpy >= 1.20.0, <2.0a0',
'scipy >= 1.7.0',
'casadi >= 3.6.4',
'pandas >= 2',
Expand Down

0 comments on commit 8e84ca7

Please sign in to comment.