Skip to content

Commit

Permalink
Update requirements.txt to support snews-data-formats
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvasel committed Aug 19, 2024
1 parent d2c3dad commit 309d57c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
click~=8.1.7
hop-client~=0.9 # Ensure compatibility with other dependencies
hop-client~=0.10.0 # Ensure compatibility with other dependencies
inquirer~=2.8
ipython~=7.32.0 # Downgraded for compatibility
numpy~=1.26.3
python-dotenv~=0.19.2
python-dotenv~=0.21.1
setuptools~=62.1.0 # Downgraded for compatibility
snews-data-formats~=1.0.0
wheel~=0.34.2 # Downgraded for compatibility
pytest~=8.3.2
pytest-cov~=4.1.0

0 comments on commit 309d57c

Please sign in to comment.