-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MRG: Merge pull request #14 from AndreaBlengino/dev
v1.0.0
- Loading branch information
Showing
6 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ build-backend = "setuptools.build_meta" | |
[project] | ||
name = "gearpy" | ||
dynamic = ["version"] | ||
requires-python = ">=3.9,<3.13" | ||
requires-python = ">=3.9" | ||
dependencies = [ | ||
"matplotlib==3.8.0", | ||
"numpy==1.26.0", | ||
"pandas==2.1.1", | ||
"scipy==1.11.3", | ||
"matplotlib>=3.5", | ||
"numpy>=1.20", | ||
"pandas>=1.2", | ||
"scipy>=1.6,!=1.11.0", | ||
] | ||
authors = [ | ||
{name = "Andrea Blengino", email = "[email protected]"}, | ||
|
@@ -22,6 +22,7 @@ description = "Python library for mechanical transmission analysis" | |
readme = "README.rst" | ||
license = { file = "LICENSE" } | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Education", | ||
"Intended Audience :: Manufacturing", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters