Skip to content

Commit

Permalink
Modified requirements.txt for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jan 9, 2025
1 parent f803fd8 commit 8569366
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions applications/jupyterlab/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8569366

Please sign in to comment.