From f5c5af4c931178368007496ab5617df68c9aacfb Mon Sep 17 00:00:00 2001 From: Mikhail Chaikovskii Date: Fri, 2 Aug 2024 12:53:18 +0300 Subject: [PATCH] update env yml --- environment.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index c08b0270..1375a66a 100644 --- a/environment.yml +++ b/environment.yml @@ -1,10 +1,9 @@ name: rostok channels: - - intel - conda-forge dependencies: - python=3.10.8 - - projectchrono::pychrono=8.* + - projectchrono::pychrono=8.*=py310_3292 - irrlicht=1.8.5 - numpy - yapf @@ -15,7 +14,7 @@ dependencies: - pip - pip: - networkx==2.8.6 - - matplotlib==3.6.0 + - matplotlib==3.9.0 - scipy - mcts==1.0.4 - pytest