Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/World
Submodule World updated 1 files
+3 −1 README.md
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from setuptools.command.build_ext import build_ext


_VERSION = '0.3.4'
_VERSION = '0.3.5'


world_src_top = join("lib", "World", "src")
Expand Down Expand Up @@ -39,11 +39,11 @@
],
install_requires=[
'numpy',
'cython>=0.24',
'cython>=3.0.2',
],
extras_require={
'test': ['nose'],
'sdist': ['numpy', 'cython>=0.24'],
'sdist': ['numpy', 'cython>=3.0.2'],
},
author="Pyworld Contributors",
author_email="[email protected]",
Expand Down