We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f67c9b commit 993fbedCopy full SHA for 993fbed
environment.yml
@@ -19,4 +19,5 @@ dependencies:
19
- markdown
20
- python-markdown-math
21
- moderngl
22
+ - dulwich
23
- pystackreg
requirements.txt
@@ -3,7 +3,6 @@ numpy-stl
3
openpyxl
4
pandas
5
pydicom
6
-
7
pypubsub
8
read-roi
9
scikit-image
@@ -15,3 +14,4 @@ xlwt
15
14
markdown
16
python-markdown-math
17
moderngl
+dulwich
setup.py
@@ -44,6 +44,7 @@ def get_data_files():
44
'openpyxl',
45
'markdown',
46
'python-markdown-math',
47
- 'numba'
+ 'numba',
48
+ 'dulwich'
49
],
- )
50
+ )
0 commit comments