We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4dde0c commit e1f1861Copy full SHA for e1f1861
2 files changed
pytest.ini
@@ -3,4 +3,4 @@ minversion = 3.7
3
log_cli=true
4
python_files = test_*.py
5
;pytest_plugins = ['pytest_profiling']
6
-;addopts = -n 6 --dist loadscope
+addopts = -n 6 --dist loadscope
requirements.txt
@@ -1,13 +1,13 @@
1
pydantic>=1.10,<3,!=2.0.*
2
aiohttp~=3.8
-boto3~=1.26
+boto3~=1.42
opencv-python-headless~=4.7
-plotly~=5.14
+plotly~=6.5
pandas~=2.0
7
-pillow>=9.5,~=10.0
+pillow~=12.1
8
tqdm~=4.66
9
-requests==2.*
10
-aiofiles==23.*
11
-fire==0.4.0
12
-mixpanel==4.8.3
+requests~=2.32
+aiofiles~=25.1
+fire~=0.7
+mixpanel~=5.1
13
superannotate-schemas==1.0.49
0 commit comments