From 85693660eee327a6e768340411668fa7dcd56cf0 Mon Sep 17 00:00:00 2001
From: pgleeson
Date: Thu, 9 Jan 2025 12:14:09 +0000
Subject: [PATCH] Modified requirements.txt for python 3.12
---
applications/jupyterlab/requirements.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/applications/jupyterlab/requirements.txt b/applications/jupyterlab/requirements.txt
index 9f0bb0c5..9c93abdc 100644
--- a/applications/jupyterlab/requirements.txt
+++ b/applications/jupyterlab/requirements.txt
@@ -3,7 +3,7 @@ pyelectro
git+https://github.com/NeuralEnsemble/neurotune.git
#### NEURON & NetPyNE
-neuron==8.1
+neuron==8.2.4
# Install specific version of NetPyNE
git+https://github.com/Neurosim-lab/netpyne.git@osbv2#egg=netpyne
@@ -42,13 +42,13 @@ seaborn
# Note: this just installs pytorch for cpu, the default install adds a v large cuda lib
-f https://download.pytorch.org/whl/torch_stable.html
-torch==2.1.2+cpu
+torch==2.2.0+cpu
# For MDF
-modeci_mdf==0.4.8 # big jump in size of image...
+#########modeci_mdf==0.4.8 # big jump in size of image...
scikit-learn # Required for some Neuromatch Academy material
-fasttext # Required for some Neuromatch Academy material
+#########fasttext # Required for some Neuromatch Academy material
#### TVB etc.