Skip to content

Commit 3f6017d

Browse files
committed
remove unneeded nose dependency
1 parent 9e2b156 commit 3f6017d

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The fastest way to build your own copy of PySCeS is to use Anaconda Python.
5151

5252
```bash
5353
$ conda create -n pyscesdev -c conda-forge python=3.8 numpy scipy \
54-
matplotlib sympy packaging pip wheel nose ipython python-libsbml \
54+
matplotlib sympy packaging pip wheel ipython python-libsbml \
5555
fortran-compiler assimulo scikit-build
5656
$ conda activate pyscesdev
5757
```

conda-environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies:
1717
- biopython
1818
- pip
1919
- pytest
20-
- nose
2120
- pysces
2221
prefix: c:\Anaconda3\envs\psc
2322

conda-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ python-libsbml>=5.18.0
1010
biopython
1111
ipython
1212
jupyter
13-
nose
1413
pip
1514
pyparsing
1615
setuptools

packaging/conda/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ requirements:
2424
- scikit-build
2525
- scipy
2626
- matplotlib
27-
- nose
2827
run:
2928
- python {{ python }}
3029
- setuptools
3130
- numpy
3231
- scipy
3332
- matplotlib
34-
- nose
3533
- ipyparallel
3634
- python-libsbml
3735
- assimulo

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
nose
21
numpy
32
matplotlib
43
scipy

0 commit comments

Comments
 (0)