Spaces:
Sleeping
Sleeping
Martin Ondrej
commited on
Commit
·
50bef60
1
Parent(s):
b250e2e
Added environment.yml
Browse files- environment.yml +12 -0
environment.yml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: pocketdoctor
|
| 2 |
+
|
| 3 |
+
dependencies:
|
| 4 |
+
- python=3.13.2
|
| 5 |
+
- pip=25.0
|
| 6 |
+
# DEV
|
| 7 |
+
- ruff=0.9.7
|
| 8 |
+
- mypy=1.14.1
|
| 9 |
+
- isort=5.13.2
|
| 10 |
+
- black=24.10.0
|
| 11 |
+
- pip:
|
| 12 |
+
- streamlit==1.42.2
|