Skip to content

Commit c1fe831

Browse files
authored
Merge pull request #26 from meaningfy-ws/feature/PM25-208/deps
Change dependency locking strategy, add Python 3.8-3.12+ compatibility
2 parents 7918492 + fef0a2e commit c1fe831

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

requirements.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
click==8.1.7
2-
Jinja2==3.1.2
3-
pandas==2.0.3
4-
great-expectations==0.18.6
1+
click==8.*
2+
Jinja2==3.*
3+
pandas==2.*
4+
numpy>=1.24,<2
5+
great-expectations==0.18.22
56

67
# Testing Dependencies
7-
pytest==7.4.3
8+
pytest==8.*
89

910
# Documentation Dependencies
10-
Sphinx==7.1.2
11-
sphinxcontrib-apidoc==0.4.0
11+
Sphinx==7.*
12+
sphinxcontrib-apidoc~=0.5.0

0 commit comments

Comments
 (0)