File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88LONG_DESCRIPTION = r"""
99**pynamical** is a Python package for modeling, simulating, visualizing, and animating discrete
1010nonlinear dynamical systems and chaos. pynamical uses pandas, numpy, and numba for fast simulation,
11- and matplotlib for beautiful visualizations and animations to explore system behavior. Compatible
12- with Python 2 and 3. See the examples and demos on `GitHub`_.
11+ and matplotlib for beautiful visualizations and animations to explore system behavior. See the
12+ examples and demos on `GitHub`_.
1313
1414You can read/cite the journal article about pynamical: Boeing, G. 2016.
1515"`Visual Analysis of Nonlinear Dynamical Systems: Chaos, Fractals, Self-Similarity and the Limits of Prediction`_."
6060 license = "MIT" ,
6161 platforms = "any" ,
6262 packages = ["pynamical" ],
63- python_requires = ">=3.8,<3.14 " ,
63+ python_requires = ">=3.8" ,
6464 install_requires = INSTALL_REQUIRES ,
6565)
You can’t perform that action at this time.
0 commit comments