Skip to content

Commit

Permalink
REL: Version 0.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Jul 22, 2024
1 parent 8a54f43 commit 2456009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[project]
name = "pyfe3d"
requires-python = ">=3.8"
dynamic = ["version", "authors", "license", "readme", "description",
"keywords", "classifiers"]

[build-system]
requires = ["setuptools", "wheel", "numpy", "scipy", "alg3dpy", "cython"]
Expand Down
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


is_released = True
version = '0.4.25'
version = '0.4.26'


def git_version():
Expand Down Expand Up @@ -65,12 +65,6 @@ def read(fname):

#_____________________________________________________________________________

install_requires = [
"numpy",
"scipy",
"alg3dpy",
]

#Trove classifiers
CLASSIFIERS = """\
Expand Down Expand Up @@ -213,7 +207,6 @@ def read(fname):
package_data = package_data,
data_files = data_files,
classifiers = [_f for _f in CLASSIFIERS.split('\n') if _f],
install_requires = install_requires,
ext_modules = ext_modules,
include_package_data = True,
packages = find_packages(),
Expand Down

0 comments on commit 2456009

Please sign in to comment.