Updating some dependencies
This commit is contained in:
		
							parent
							
								
									bc0dcb7642
								
							
						
					
					
						commit
						e8119798c3
					
				
							
								
								
									
										4
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.py
									
									
									
									
									
								
							@ -6,12 +6,12 @@ from setuptools import setup, find_packages
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Environment-specific dependencies for dmc and metaworld
 | 
					# Environment-specific dependencies for dmc and metaworld
 | 
				
			||||||
extras = {
 | 
					extras = {
 | 
				
			||||||
    'dmc': ['dm-control==1.0.12', 'shimmy[dm-control]', 'Shimmy==1.0.0'],
 | 
					    'dmc': ['dm-control==1.0.13', 'shimmy[dm-control]', 'Shimmy==1.0.0'],
 | 
				
			||||||
    'metaworld': ['metaworld @ git+https://github.com/Farama-Foundation/Metaworld.git@43abf981b97c01669af898833a740fb63605b8ac#egg=metaworld',
 | 
					    'metaworld': ['metaworld @ git+https://github.com/Farama-Foundation/Metaworld.git@43abf981b97c01669af898833a740fb63605b8ac#egg=metaworld',
 | 
				
			||||||
                  'mujoco-py<2.2,>=2.1', 'gym>=0.15.4'
 | 
					                  'mujoco-py<2.2,>=2.1', 'gym>=0.15.4'
 | 
				
			||||||
                  ],
 | 
					                  ],
 | 
				
			||||||
    'box2d': ['gymnasium[box2d]>=0.26.0'],
 | 
					    'box2d': ['gymnasium[box2d]>=0.26.0'],
 | 
				
			||||||
    'mujoco': ['mujoco==2.3.5', 'gymnasium[mujoco]>0.26.0'],
 | 
					    'mujoco': ['mujoco==2.3.6', 'gymnasium[mujoco]>0.26.0'],
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# All dependencies
 | 
					# All dependencies
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user