Skip to content
Snippets Groups Projects
Commit 33d32a79 authored by Deep Chatterjee's avatar Deep Chatterjee
Browse files

remove scipy, python-ligo-lw pins

parent a86d891e
No related branches found
No related tags found
No related merge requests found
Pipeline #345137 passed
# Changelog
## Unreleased 1.0.0
## Released 1.0.0 (2022-01-21)
- remove all em-bright functions and data
- Use `sphinx==2.2` since automodule fails with recent version.
- Remove all em-bright components, docs, tests.
- Speed up imports by up to a second by replacing uses of `pkg_resources` with
the new Python standard library module `importlib.resources` (or, for Python
< 3.7, the backport `importlib_resources`).
- Drop python < 3.7 support.
- pin scipy<=1.7.3, python-ligolw<=1.8.0 to see python 3.7 support.
- pin scipy<=1.7.3, python-ligolw<=1.7.0 to allow python 3.7 support.
## Released 0.8.2 (2020-04-29)
......
......@@ -42,8 +42,8 @@ setup(
'astropy',
'lalsuite',
'numpy',
'python-ligo-lw<=1.7',
'scipy<=1.7',
'python-ligo-lw',
'scipy',
'h5py'
],
python_requires='>=3.7',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment