File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,4 +141,4 @@ dmypy.json
141141.DS_store 
142142
143143#  Generated files
144- /pydra /workers /psij /_version.py 
144+ /pydra /workers /psij_local /_version.py 
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ readme = "README.md"
99requires-python  = " >=3.11" 
1010dependencies  = [
1111    " pydra >=0.24"  ,
12+     " psij-python"  ,
1213]
1314license  = {file  = " LICENSE"  }
1415authors  = [{
name  = 
" Nipype developers" , 
email  = 
" [email protected] " }]
@@ -30,7 +31,6 @@ dynamic = ["version"]
3031dev  = [
3132    " black"  ,
3233    " pre-commit"  ,
33-     " types-cloudpickle" 
3434]
3535doc  = [
3636    " packaging"  ,
@@ -53,11 +53,11 @@ test = [
5353source  = " vcs" 
5454
5555[tool .hatch .build .hooks .vcs ]
56- version-file  = " pydra/workers/psij /_version.py" 
56+ version-file  = " pydra/workers/psij_local /_version.py" 
5757
5858[tool .hatch .build .targets .wheel ]
5959packages  = [" pydra"  ]
60- include-only  = [" pydra/workers/psij "  ]
60+ include-only  = [" pydra/workers/psij_local " ,  " pydra/workers/psij_slurm "  ]
6161
6262[tool .black ]
6363target-version  = [" py38"  ]
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments