Skip to content

Commit

Permalink
less strict requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
KaraMelih committed Aug 16, 2024
1 parent 371d77d commit eb60f54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
click==8.1.7
hop-client==0.9 # Ensure compatibility with other dependencies
click~=8.1.7
hop-client~=0.9 # Ensure compatibility with other dependencies
inquirer~=2.8
ipython==7.32.0 # Downgraded for compatibility
numpy==1.26.3
python-dotenv==0.19.2
setuptools==62.1.0 # Downgraded for compatibility
wheel==0.34.2 # Downgraded for compatibility
ipython~=7.32.0 # Downgraded for compatibility
numpy~=1.26.3
python-dotenv~=0.19.2
setuptools~=62.1.0 # Downgraded for compatibility
wheel~=0.34.2 # Downgraded for compatibility

0 comments on commit eb60f54

Please sign in to comment.