From 2b7a757eeb6533e4e4f09d4dec3fba105ce3f991 Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Mon, 13 Jan 2025 16:24:32 +0100
Subject: [PATCH] updates

---
 environment.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/environment.yml b/environment.yml
index d155602..a8080d3 100644
--- a/environment.yml
+++ b/environment.yml
@@ -10,7 +10,7 @@ channels:
 dependencies:
   - python
   - gymnasium[box2d]
-  - torch
+  - pytorch
   - sympy
   - tqdm
   - seaborn
@@ -18,7 +18,7 @@ dependencies:
   - scikit-learn
   - matplotlib
   - requests # Required when updating the local files (read stuff from gitlab).
-  - pyqt6 # Try pyqt
+  - qtpy # Try pyqt, pyqt6 on other platforms.
   - pygame
   - pip
   - pip:
-- 
GitLab