Skip to content

Commit

Permalink
loose versions in requirements.txt (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
shpiyu authored Oct 22, 2024
1 parent 1cac365 commit 70306aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
aiohttp>=3.10.2
great_expectations==0.15.*
holidays==0.27.*
hvac==0.11.*
numpy==1.26.*
pandas==1.3.*
pycryptodome==3.20.0
PyMySQL==1.1.*
PyYAML==6.0.*
xmltodict==0.12.*
great_expectations>=0.15.*
holidays>=0.27.*
hvac>=0.11.*
numpy>=1.26.*
pandas>=2.*
pycryptodome>=3.20.0
PyMySQL>=1.1.*
PyYAML>=6.0.*
xmltodict>=0.12.*

0 comments on commit 70306aa

Please sign in to comment.