Skip to content

Commit 024766c

Browse files
committed
removed pynfft from setup.py
1 parent 7e2be4d commit 024766c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The package contains several primary classes for loading, simulating, and manipu
1010
Installation
1111
------------
1212

13-
The latest stable version (`1.2.9 <https://github.com/achael/eht-imaging/releases/tag/v1.2.9>`_) is available on `PyPi <https://pypi.org/project/ehtim/>`_. Simply install pip and run
13+
The latest stable version (`1.2.10 <https://github.com/achael/eht-imaging/releases/tag/v1.2.9>`_) is available on `PyPi <https://pypi.org/project/ehtim/>`_. Simply install pip and run
1414

1515
.. code-block:: bash
1616

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77
if __name__ == "__main__":
88
setup(name="ehtim",
99

10-
version = "1.2.9",
10+
version = "1.2.10",
1111

1212
author = "Andrew Chael",
1313
author_email = "achael@princeton.edu",
@@ -37,7 +37,7 @@ def read(fname):
3737
"scripts/imgsum.py"],
3838

3939
install_requires=["numpy>=1.24,<2.0",
40-
"scipy>=1.9.3,<1.14",
40+
"scipy>=1.9.3",#,<1.14",
4141
"astropy>=5.0.4",
4242
"matplotlib>=3.7.3",
4343
"skyfield",
@@ -46,7 +46,7 @@ def read(fname):
4646
"requests",
4747
"future",
4848
"networkx",
49-
"pynfft; platform_system!='Darwin' or platform_machine!='arm64'",
49+
# "pynfft; platform_system!='Darwin' or platform_machine!='arm64'",
5050
"paramsurvey"
5151
],
5252
classifiers=[

0 commit comments

Comments
 (0)