Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
c091db0
1
Parent(s):
d05dc90
Update conda env
Browse files- environment.yml +8 -9
environment.yml
CHANGED
@@ -2,12 +2,11 @@ name: test
|
|
2 |
channels:
|
3 |
- conda-forge
|
4 |
dependencies:
|
5 |
-
-
|
6 |
-
-
|
7 |
-
-
|
8 |
-
-
|
9 |
-
-
|
10 |
-
-
|
11 |
-
-
|
12 |
-
-
|
13 |
-
- click
|
|
|
2 |
channels:
|
3 |
- conda-forge
|
4 |
dependencies:
|
5 |
+
- python>=3.7
|
6 |
+
- sympy>=1.0.0,<2.0.0
|
7 |
+
- pandas>=0.21.0,<3.0.0
|
8 |
+
- numpy>=1.13.0,<2.0.0
|
9 |
+
- scikit-learn>=1.0.0,<2.0.0
|
10 |
+
- pyjuliacall>=0.9.15,<0.10.0
|
11 |
+
- click>=7.0.0,<9.0.0
|
12 |
+
- typing_extensions>=4.0.0,<5.0.0
|
|