Skip to content

Commit

Permalink
Trimmed requirements, set v1.5.0 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed Jun 19, 2022
1 parent 89fcaa6 commit 5b4384e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Change in setup.py
cython>=0.29.16; platform_python_implementation == 'CPython'
numpy; python_version >= '3.7' or platform_python_implementation == 'PyPy'
numpy<=1.19; python_version < '3.7' and platform_python_implementation == 'CPython'
pillow>=9.1.0
numpy
pysdl2
pysdl2-dll
1 change: 1 addition & 0 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r requirements.txt
pillow>=9.1.0
pytest>=6.0.0
pytest-xdist
pytest-lazy-fixture
Expand Down
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
REQUIREMENTS = """\
# Change in setup.py
cython>=0.29.16; platform_python_implementation == 'CPython'
numpy; python_version >= '3.7' or platform_python_implementation == 'PyPy'
numpy<=1.19; python_version < '3.7' and platform_python_implementation == 'CPython'
pillow>=9.1.0
numpy
pysdl2
pysdl2-dll
"""
Expand Down Expand Up @@ -203,12 +201,9 @@ def get_export_symbols(self, ext):
print("README.md not found")
long_description = ""

pyboy_version = "v0.0.0"
print(f"Building PyBoy version: {pyboy_version}")

setup(
name="pyboy",
version=pyboy_version[1:],
version="v1.5.0",
packages=find_packages(),
author="Mads Ynddal",
author_email="[email protected]",
Expand Down

0 comments on commit 5b4384e

Please sign in to comment.