Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin major and minor versions of some packages #415

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ packages = find:
python_requires = >=3.9
setup_requires = setuptools_scm
install_requires =
bitstring
hissw
bitstring~=4.2
hissw~=2.3
intervaltree
numpy
matplotlib
paramiko
polling2
python-dateutil
pyyaml
roentgen
roentgen~=2.1
scp
spiceypy
sunpy>=4.0.1
watchdog==6.0.0
spiceypy~=6.0
sunpy~=5.1
watchdog~=6.0
stixdcpy==3.0


Expand Down