File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies:
88 - build 
99 - bump2version>=1 
1010 - cmake 
11-  - codespell 
11+  - codespell>=2.2.6,<2.3  
1212 - compilers 
1313 - cyrus-sasl 
1414 - exprtk 
@@ -23,7 +23,7 @@ dependencies:
2323 - libboost-headers 
2424 - lz4-c 
2525 - mamba 
26-  - mdformat 
26+  - mdformat>=0.7.17,<0.8  
2727 - ninja 
2828 - numpy 
2929 - pillow 
@@ -43,7 +43,7 @@ dependencies:
4343 - rapidjson 
4444 - requests 
4545 - ruamel.yaml 
46-  - ruff 
46+  - ruff>=0.3,<0.4  
4747 - scikit-build 
4848 - slack-sdk 
4949 - sqlalchemy 
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ develop = [
6060    " twine" 
6161    " wheel" 
6262    #  lint
63-     " codespell" 
63+     " codespell>=2.2.6,<2.3 " 
6464    " isort>=5,<6" 
65-     " mdformat" 
65+     " mdformat>=0.7.17,<0.8 " 
6666    " ruff>=0.3,<0.4" 
6767    #  test
6868    " pytest" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments