Skip to content

Commit

Permalink
Updated conda requirements and environment yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoli committed Aug 25, 2020
1 parent c7ab261 commit c13b1d1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
28 changes: 28 additions & 0 deletions conda-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: psc
channels:
- defaults
- sbmlteam
- conda-forge
dependencies:
- jupyter
- ipython
- pandas
- python-libsbml
- python=3.6
- scipy
- sympy
- conda-build
- wheel
- flask
- pyqt
- biopython
- pip
- assimulo
- pytest
- sundials
- numpy
- nose
- black
- matplotlib
prefix: c:\Anaconda3\envs\psc

22 changes: 22 additions & 0 deletions conda-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: win-64
assimulo>=3.2
biopython
black
conda-build
ipython
jupyter
matplotlib
nose
numpy>=1.19.1
pandas
pip
pyparsing
pyqt
python=3.6
python-libsbml>=5.18.0
scipy>=1.5.2
setuptools
sympy
wheel
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ matplotlib
python-libsbml
scipy
nose
ipython

0 comments on commit c13b1d1

Please sign in to comment.