Skip to content

Commit 405f1a2

Browse files
committedDec 23, 2020
Fixed environments to specify >=3.6 for python.
1 parent b8c21d9 commit 405f1a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: frispy
22
dependencies:
3-
- python>=3.5
3+
- python>=3.6
44
- numpy
55
- scipy
66
- matplotlib

‎environment_dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fpdev
22
dependencies:
3-
- python>=3.5
3+
- python>=3.6
44
- twine
55
- numpy
66
- scipy

0 commit comments

Comments
 (0)
Please sign in to comment.