File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ python3 -m twine upload --repository testpypi dist/*
22
22
23
23
Install the package:
24
24
--------------------
25
- pip3 install planetary-system-stacker==0.8.30
25
+ pip3 install planetary-system-stacker==0.9.0
26
26
or, to upgrade from an earlier version:
27
27
pip3 install --upgrade planetary-system-stacker
28
28
29
29
Or, to install / upgrade the package from the test server:
30
30
------------------------------------------------
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
32
32
pip3 install --upgrade --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple planetary-system-stacker
33
33
34
34
On Windows, the location of the MKL library is: <Python3.6>\Library\bin
Original file line number Diff line number Diff line change 17
17
packages = setuptools .find_packages (),
18
18
ext_modules = None ,
19
19
install_requires = [
20
- 'numpy == 1.18.4 ' ,
20
+ 'numpy' ,
21
21
'matplotlib' ,
22
22
'psutil' ,
23
23
'PyQt5 >= 5.15' ,
34
34
# "Operating System :: OS Independent"
35
35
"Operating System :: MacOS"
36
36
],
37
- python_requires = '>=3.5, <3.9 ' ,
37
+ python_requires = '>=3.5' ,
38
38
entry_points = {
39
39
"console_scripts" : [
40
40
"PlanetarySystemStacker=planetary_system_stacker.planetary_system_stacker:main" ,
You can’t perform that action at this time.
0 commit comments