Skip to content

Commit

Permalink
try to fix gofit
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLim23 committed Jan 17, 2025
1 parent e11bdc3 commit e81df26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickBayes-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- jupyter-book
- nbsphinx
- matplotlib
- pybind11[global]
- pip:
- 'pybind11[global]'
- gofit
- readthedocs-sphinx-ext
2 changes: 1 addition & 1 deletion tools/create_conda_yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def create_default(version):
default_yml = {}

pip_dict = {'readthedocs-sphinx-ext': '',
'"pybind11[global]"': '',
'gofit': ''}

default_yml['name'] = 'quickBayes-dev'
Expand All @@ -92,6 +91,7 @@ def create_default(version):
'sphinx': '',
'jupyter-book': '',
'nbsphinx': '',
'"pybind11[global]"': '',
'pip': pip_dict}
return default_yml

Expand Down

0 comments on commit e81df26

Please sign in to comment.