Skip to content

Commit 97d9070

Browse files
committed
Bump python in environment for binder
1 parent bda6195 commit 97d9070

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/PyCEGO.egg-info
88
/doxy
99
/bld
10+
/**/.DS_Store

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This .yml file is used to specify the conda environment that should be loaded into the binder instance
22
name: CEGO
33
dependencies:
4-
- python=3.9
4+
- python=3.13
55
- matplotlib
66
- scipy
77
- numpy

0 commit comments

Comments
 (0)