Removed axes3ds dependency.

This commit is contained in:
spencerfolk
2023-12-15 11:00:30 -05:00
parent 2b3df3e5f9
commit 53ccb003dd
7 changed files with 72 additions and 185 deletions

View File

@@ -3,7 +3,7 @@ from os.path import isdir
from itertools import product
# Gather our flightsim and any projXX packages that happen to exist.
all_packages = ['rotorpy', 'rotorpy.wind-dynamics']
all_packages = ['rotorpy']
packages = list(filter(isdir, all_packages))
setup(
@@ -12,7 +12,7 @@ setup(
version='1.0.1',
install_requires=[
'cvxopt',
'matplotlib == 3.2.2',
'matplotlib',
'filterpy == 1.4.5',
'numpy',
'scipy',