Skip to content

Commit b69479f

Browse files
committed
PyPi specification files updated for version 0.9.0
1 parent 6cd7b43 commit b69479f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PyPI_Instructions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ python3 -m twine upload --repository testpypi dist/*
2222

2323
Install the package:
2424
--------------------
25-
pip3 install planetary-system-stacker==0.8.30
25+
pip3 install planetary-system-stacker==0.9.0
2626
or, to upgrade from an earlier version:
2727
pip3 install --upgrade planetary-system-stacker
2828

2929
Or, to install / upgrade the package from the test server:
3030
------------------------------------------------
31-
pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple planetary-system-stacker==0.8.30
31+
pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple planetary-system-stacker==0.9.0
3232
pip3 install --upgrade --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple planetary-system-stacker
3333

3434
On Windows, the location of the MKL library is: <Python3.6>\Library\bin

setup_macos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages=setuptools.find_packages(),
1818
ext_modules=None,
1919
install_requires=[
20-
'numpy == 1.18.4',
20+
'numpy',
2121
'matplotlib',
2222
'psutil',
2323
'PyQt5 >= 5.15',
@@ -34,7 +34,7 @@
3434
# "Operating System :: OS Independent"
3535
"Operating System :: MacOS"
3636
],
37-
python_requires='>=3.5, <3.9',
37+
python_requires='>=3.5',
3838
entry_points={
3939
"console_scripts": [
4040
"PlanetarySystemStacker=planetary_system_stacker.planetary_system_stacker:main",

0 commit comments

Comments
 (0)