Commit 6fd1e29d authored by Ibrahim's avatar Ibrahim
Browse files

removed numpy version to work with slycot

parent b62c1549
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# See: https://setuptools.pypa.io/en/latest/userguide/quickstart.html
[metadata]
name = multirotor
version = 0.2.2
version = 0.2.3
description =  Simulation testbed for multirotor vehicles.
long_description = file: README.md
long_description_content_type = text/markdown
@@ -10,7 +10,7 @@ keywords = multirotor, simulation, gym, uav
[options]
python_requires = >= 3.7
install_requires =
    numpy>=1.23.2
    numpy
    scipy
    numba
    matplotlib