Skip to content

Commit

Permalink
remove .* suffix from requirements (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
shpiyu authored Dec 12, 2024
1 parent 70306aa commit a6977a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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>=2.*
great_expectations>=0.15.50
holidays>=0.27.1
hvac>=0.11.2
numpy>=1.26.4
pandas>=2.2.2
pycryptodome>=3.20.0
PyMySQL>=1.1.*
PyYAML>=6.0.*
xmltodict>=0.12.*
PyMySQL>=1.1.1
PyYAML>=6.0.2
xmltodict>=0.12.0

0 comments on commit a6977a3

Please sign in to comment.