Skip to content

Commit

Permalink
Update versions and dependencies while preparing for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Aug 24, 2023
1 parent 2fbf9a8 commit cbc4331
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion biosimulators_copasi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.35'
__version__ = '0.2.0'
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
biosimulators_utils[logging,sbml]~=0.1.182
copasi-basico==0.50
biosimulators_utils[logging,sbml]~=0.1.186
copasi_basico==0.52
docker
evalidate~=2.0.1
kisao~=2.33
lxml~=4.9.2
numpy==1.24.4
python-libsbml~=5.20.1
python_libsbml~=5.20.1
python_copasi~=4.40.278
python-dateutil~=2.8.2
python_dateutil~=2.8.2
setuptools~=68.0.0
cement~=3.0.8
termcolor~=2.3.0
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
biosimulators_utils[containers]
python_dateutil
docker
copasi-basico >= 0.50
copasi_basico >= 0.52
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def test_exec_sed_task_with_changes(self):
id="model_change",
target="/sbml:sbml",
target_namespaces=self.NAMESPACES_L2V4,
new_value=None,
new_value=None,
),
]
with self.assertRaises(ValueError):
Expand Down

0 comments on commit cbc4331

Please sign in to comment.