añade shenv de proba
This commit is contained in:
		
							parent
							
								
									29f7f77f89
								
							
						
					
					
						commit
						22b55822f1
					
				
					 2 changed files with 12 additions and 0 deletions
				
			
		|  | @ -3,6 +3,7 @@ shenvs: { | |||
|     c | ||||
|     mad | ||||
|     octave | ||||
|     proba | ||||
|     tcrb | ||||
|   ]; | ||||
| } | ||||
|  |  | |||
							
								
								
									
										11
									
								
								shenvs/proba.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								shenvs/proba.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | |||
| pkgs: { | ||||
|   paths = with pkgs; [ | ||||
|     pipenv | ||||
|     (python310.withPackages ( packages: with packages; [ | ||||
|         matplotlib | ||||
|         numpy | ||||
|         pandas | ||||
|         scipy | ||||
|     ])) | ||||
|   ]; | ||||
| } | ||||
		Reference in a new issue
	
	 Fabián Montero
						Fabián Montero