Skip to content

Commit

Permalink
add latextable and texttable to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Oct 29, 2023
1 parent 96e3aa3 commit bbf4387
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
16 changes: 10 additions & 6 deletions REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
numpy
scipy
sympy
pandas
numba
IPython
numpy~=1.24.4
scipy~=1.11.2
sympy~=1.12
pandas~=2.1.1
numba~=0.57.1
IPython~=8.15.0
latextable~=1.0.0
pytest~=7.4.2
setuptools~=68.2.2
texttable~=1.6.7
6 changes: 5 additions & 1 deletion conda_envs/cge_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ channels:
- conda-forge
dependencies:
# Base dependencies
- pip
- numpy
- numba
- scipy
- sympy
- pandas
- numba
- IPython
- pip:
- latextable
- texttable

# Testing dependencies
- pre-commit
Expand Down

0 comments on commit bbf4387

Please sign in to comment.