mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	setup: Update devlib dependency to the release version
This commit is contained in:
		
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							@@ -83,13 +83,12 @@ params = dict(
 | 
				
			|||||||
        'colorama',  # Printing with colors
 | 
					        'colorama',  # Printing with colors
 | 
				
			||||||
        'pyYAML',  # YAML-formatted agenda parsing
 | 
					        'pyYAML',  # YAML-formatted agenda parsing
 | 
				
			||||||
        'requests',  # Fetch assets over HTTP
 | 
					        'requests',  # Fetch assets over HTTP
 | 
				
			||||||
        'devlib>=1.1.dev1',  # Interacting with devices
 | 
					        'devlib>=1.1.0',  # Interacting with devices
 | 
				
			||||||
        'louie-latest',  # callbacks dispatch
 | 
					        'louie-latest',  # callbacks dispatch
 | 
				
			||||||
        'wrapt',  # better decorators
 | 
					        'wrapt',  # better decorators
 | 
				
			||||||
        'pandas>=0.23.0',  # Data analysis and manipulation
 | 
					        'pandas>=0.23.0',  # Data analysis and manipulation
 | 
				
			||||||
        'future',  # Python 2-3 compatiblity
 | 
					        'future',  # Python 2-3 compatiblity
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    dependency_links=['https://github.com/ARM-software/devlib/tarball/master#egg=devlib-1.1.dev1'],
 | 
					 | 
				
			||||||
    extras_require={
 | 
					    extras_require={
 | 
				
			||||||
        'other': ['jinja2'],
 | 
					        'other': ['jinja2'],
 | 
				
			||||||
        'test': ['nose', 'mock'],
 | 
					        'test': ['nose', 'mock'],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user