Upload python_env.yaml
Browse files- python_env.yaml +7 -0
python_env.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python: 3.10.15
|
2 |
+
build_dependencies:
|
3 |
+
- pip
|
4 |
+
- setuptools
|
5 |
+
- wheel==0.43.0
|
6 |
+
dependencies:
|
7 |
+
- -r requirements.txt
|